stagit

Sort style.css in alphabetical order

Aaron Marcher contact@arjunchoudhary.com

commit: 1c80da3 parent: 35de540
1 files changed, 2 insertions(+), 2 deletions(-)
Mstyle.css+2-2
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,