Change settings layout

This commit is contained in:
0ip 2013-02-09 21:22:23 +01:00
parent 40734e6776
commit 8fb8f0d3b6
2 changed files with 9 additions and 2 deletions

View file

@ -146,6 +146,11 @@ a:focus, a:hover {
border-bottom: #333333 1px solid;
}
pre {
white-space: pre-wrap;
word-wrap: break-word;
}
@media (max-width: 720px) {
div.innerwrapper {
padding: 0 15px 15px 15px;