diff options
author | bnewbold <bnewbold@robocracy.org> | 2016-06-21 15:33:16 -0400 |
---|---|---|
committer | bnewbold <bnewbold@robocracy.org> | 2016-06-21 18:04:02 -0400 |
commit | 46a3155f490b3b080885a9e7025141cf58d59d7e (patch) | |
tree | c33c2c86ca3525c19e02685c238e361d687c2f1e /static | |
parent | e9a7bc742058330efb95d3db89f7057a4012b60e (diff) | |
download | bnewnet-46a3155f490b3b080885a9e7025141cf58d59d7e.tar.gz bnewnet-46a3155f490b3b080885a9e7025141cf58d59d7e.zip |
tweak/fix right margin notes stylepelican
Diffstat (limited to 'static')
-rw-r--r-- | static/style/default.css | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/static/style/default.css b/static/style/default.css index 4c0dd3d..f271a43 100644 --- a/static/style/default.css +++ b/static/style/default.css @@ -98,6 +98,7 @@ pre.terminal { overflow: auto; } .search_box { border: 1px solid black; + width: 175px; padding: 0.1em; margin-top: 0.25em; margin-bottom: 0.25em; @@ -162,8 +163,7 @@ pre.terminal { margin-bottom: 0px; padding-left: 24px; padding-right: 24px; - padding-bottom: 12px; - overflow: hidden; } + padding-bottom: 12px; } .content img { border: 1px solid black; } .content_footer { @@ -183,11 +183,12 @@ pre.terminal { color: #6666AA; } .right_stuff { font-weight: bold; - font-size: 0.85em; + font-size: 0.8em; margin-left: 0.25em; + padding-right: 10px; top: 0px; left: 245px; - width: 200px; + width: 190px; height: 0px; overflow: visible; float: right; @@ -238,7 +239,7 @@ table.listing td.description { color: #EEEEEE; float: center; width: 794px; - border-right: 200px solid #993333; + border-right: 222px solid #993333; padding-top: 0.35em; padding-bottom: 0px; padding-left: 0.3em; |