diff options
| -rw-r--r-- | style.css | 21 |
1 files changed, 4 insertions, 17 deletions
@@ -23,18 +23,6 @@ text-decoration: none; a:active { color: green; } -#join {} -#register {} -#links { -padding-top: 1em; -} -#title { -padding: 0.5em; -font-size: 3em; -} -#flag { - -} #back { font-size: 11px; padding-bottom: 1em; @@ -44,7 +32,10 @@ white-space: pre-wrap; font-size: 0.7em; padding: 1em; } - +.box { +width: 50em; +text-align: left; +} /* stolen from darkreader static */ html, body, @@ -113,7 +104,3 @@ input:not([style*="background-image:"]), textarea:not([style*="background-image:"]) { background-image: none !important; } -.box { - width: 50em; - align-text: left; -} |
