diff options
Diffstat (limited to 'www/static/static.css')
-rw-r--r-- | www/static/static.css | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/www/static/static.css b/www/static/static.css index 1a99840..3b37900 100644 --- a/www/static/static.css +++ b/www/static/static.css @@ -338,10 +338,10 @@ pre.code { font-size: 110%; height: 20px; width: 200px; - margin: 5px 0px 0px 0px; - padding: 0px; + margin: 0px 0px 0px 0px; + padding: 5px 0px 0px 0px; float: left; - border-bottom: 1px solid #ddd; + border-top: 1px solid #ddd; /*border-top: 1px solid #ccc;*/ clear: both; font-weight: bold; @@ -352,8 +352,8 @@ pre.code { #content dd { color: #444; float: left; - margin: 5px 0px 0px 5px; - padding: 0px; + margin: 0px 0px 0px 5px; + padding: 5px 0px 0px 0px; font-weight: light; } |