Sort style.css in alphabetical order
This commit is contained in:
parent
04d36c3a72
commit
1add4bf3ae
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
body {
|
||||
font-family: monospace;
|
||||
color: #000;
|
||||
background-color: #fff;
|
||||
font-family: monospace;
|
||||
}
|
||||
|
||||
h1, h2, h3, h4, h5, h6 {
|
||||
|
@ -39,8 +39,8 @@ table td {
|
|||
}
|
||||
|
||||
#content table td {
|
||||
white-space: nowrap;
|
||||
vertical-align: top;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
#branches tr:hover td,
|
||||
|
|
Loading…
Reference in a new issue