diff options
author | Choom | 2023-01-12 03:02:57 -0300 |
---|---|---|
committer | Choom | 2023-01-12 03:42:11 -0300 |
commit | 35d073467ceef2f099b6a60d276dce89fa5635fb (patch) | |
tree | 60ad8d4c61e8f3ec6109a1998abac087a78b136b /static | |
parent | 83a32f4b1607edf124cc75d5f38e01b6ed0edb2e (diff) | |
download | weabot-35d073467ceef2f099b6a60d276dce89fa5635fb.tar.gz weabot-35d073467ceef2f099b6a60d276dce89fa5635fb.tar.xz weabot-35d073467ceef2f099b6a60d276dce89fa5635fb.zip |
Atajos
Diffstat (limited to 'static')
-rw-r--r-- | static/css/txt/bbs.css | 20 | ||||
-rw-r--r-- | static/css/txt/futanari.css | 3 |
2 files changed, 5 insertions, 18 deletions
diff --git a/static/css/txt/bbs.css b/static/css/txt/bbs.css index bdac557..fef3acd 100644 --- a/static/css/txt/bbs.css +++ b/static/css/txt/bbs.css @@ -27,7 +27,6 @@ h5 { } h2 { font-size: 1em; - line-height: 1.3em; margin: 0 0 0.5em; } h2 a { @@ -36,7 +35,6 @@ h2 a { } h3 { font-size: 18px; - line-height: 1.2em; margin: 8px 0; } h3 span { @@ -181,7 +179,7 @@ label { .reply, #rules { clear: both; - line-height: 18px; + line-height: 19px; overflow: hidden; } .num { @@ -350,10 +348,6 @@ form .msg { } @media (max-width: 600px) { - body, - textarea { - font-size: 14px; - } body.threadpage { margin: 4px; } @@ -371,23 +365,19 @@ form .msg { margin: 3px; padding: 3px; } - h1, - h2 a, - h5 { - font-size: 18px; - } + h2, h3 { text-align: center; } + h2 span { + display: block; + } h2 span, #rules, .pblock { font-size: 12px; line-height: 14px; } - .reply { - line-height: 16px; - } .reply h4, .quoted { font-size: 10px; diff --git a/static/css/txt/futanari.css b/static/css/txt/futanari.css index ed60b85..342c011 100644 --- a/static/css/txt/futanari.css +++ b/static/css/txt/futanari.css @@ -189,9 +189,6 @@ form .msg { .outerbox .innerbox { padding: 7px; } - h2 { - text-align: center; - } .postform { padding: 4px !important; } |