Sort style.css in alphabetical order
1 files changed, 2 insertions(+), 2 deletions(-) | |||
---|---|---|---|
M | style.css | +2 | -2 |
1@@ -1,7 +1,7 @@
2 body {
3- font-family: monospace;
4 color: #000;
5 background-color: #fff;
6+ font-family: monospace;
7 }
8
9 h1, h2, h3, h4, h5, h6 {
10@@ -39,8 +39,8 @@ table td {
11 }
12
13 #content table td {
14- white-space: nowrap;
15 vertical-align: top;
16+ white-space: nowrap;
17 }
18
19 #branches tr:hover td,