Start putting file system together for admin settings, no where near complete

This commit is contained in:
johnyma22 2012-11-02 13:16:15 +00:00
parent 1da39d3d1a
commit 89e38ed4c2
5 changed files with 331 additions and 2 deletions

View file

@ -119,4 +119,11 @@ td, th {
right: 10px;
padding: 2px;
overflow: auto;
}
}
.settings pre{
white-space: pre-wrap;
white-space: -moz-pre-wrap;
white-space: -pre-wrap;
white-space: -o-pre-wrap;
word-wrap: break-word;
}