Browse Source

Fix selector order

ota
Max Prokhorov 6 years ago
parent
commit
9cdf59f1b2
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      code/html/custom.css

+ 2
- 2
code/html/custom.css View File

@ -94,11 +94,11 @@ div.center {
display: none;
}
.content #password {
#password .content {
margin: 0 auto;
}
.content #layout {
#layout .content {
margin: 0;
}


Loading…
Cancel
Save