diff options
author | neptune | 2023-01-10 05:16:34 -0300 |
---|---|---|
committer | Choom | 2023-01-12 03:42:11 -0300 |
commit | 83a32f4b1607edf124cc75d5f38e01b6ed0edb2e (patch) | |
tree | 5482797612210e395310d00ec210030e366dde9b /static | |
parent | 95cfa9ae52b4e09e6a623e5135b10bc2fb0fa085 (diff) | |
download | weabot-83a32f4b1607edf124cc75d5f38e01b6ed0edb2e.tar.gz weabot-83a32f4b1607edf124cc75d5f38e01b6ed0edb2e.tar.xz weabot-83a32f4b1607edf124cc75d5f38e01b6ed0edb2e.zip |
Breathing space please
Diffstat (limited to 'static')
-rw-r--r-- | static/css/txt/bbs.css | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/static/css/txt/bbs.css b/static/css/txt/bbs.css index e66ca61..bdac557 100644 --- a/static/css/txt/bbs.css +++ b/static/css/txt/bbs.css @@ -59,10 +59,6 @@ select { background: #fff; border: 1px inset #ddd; color: #000; - padding: 1px; -} -#styles { - padding: 0; } input[type="submit"], input[type="button"], @@ -70,7 +66,7 @@ button { border: 1px outset #ddd; background: #eee; color: #333; - padding: 1px 1em; + padding: 3px 1em; } input[type="submit"]:active, input[type="button"]:active, |