From 46a3155f490b3b080885a9e7025141cf58d59d7e Mon Sep 17 00:00:00 2001 From: bnewbold Date: Tue, 21 Jun 2016 15:33:16 -0400 Subject: tweak/fix right margin notes style --- static/style/default.css | 11 ++++++----- theme/templates/index.html | 1 - 2 files changed, 6 insertions(+), 6 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; diff --git a/theme/templates/index.html b/theme/templates/index.html index 6dd7445..d108f7d 100644 --- a/theme/templates/index.html +++ b/theme/templates/index.html @@ -15,7 +15,6 @@


-
RSS feeds
  - all posts (atom)


-- cgit v1.2.3