diff options
author | bnewbold <bnewbold@robocracy.org> | 2016-06-21 01:40:35 -0400 |
---|---|---|
committer | bnewbold <bnewbold@robocracy.org> | 2016-06-21 01:41:47 -0400 |
commit | 80f53ac11c2429346bb250013b60e36bf4ee9ccd (patch) | |
tree | 8c46b1f10a5657880b89c4c6c4087b0e3f2219d8 /static/style | |
parent | 100a06f7e79842c61aec2cd633fa30be94514be3 (diff) | |
download | bnewnet-80f53ac11c2429346bb250013b60e36bf4ee9ccd.tar.gz bnewnet-80f53ac11c2429346bb250013b60e36bf4ee9ccd.zip |
css: tiny tweak for android browsers
Diffstat (limited to 'static/style')
-rw-r--r-- | static/style/default.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/style/default.css b/static/style/default.css index d23be5f..1b0a029 100644 --- a/static/style/default.css +++ b/static/style/default.css @@ -222,7 +222,7 @@ table.listing td.description { width: 100%; } #top_bar_content { background-color: #993333; - height: 24px; + height: 26px; font-family: courier; font-weight: normal; font-size: 1em; |