diff options
author | Leif Johansson <leifj@sunet.se> | 2011-03-01 23:20:04 +0100 |
---|---|---|
committer | Leif Johansson <leifj@sunet.se> | 2011-03-01 23:20:04 +0100 |
commit | 2f74fb8b791eade1c0f4d1093139e4f0066efc40 (patch) | |
tree | d70ac72bc1b78e7ba90a7e6ad17e9501b05e055b /site-media | |
parent | 3443d83f322d54bab62d3122ef63a91451af329b (diff) |
style polish
Diffstat (limited to 'site-media')
-rw-r--r-- | site-media/css/style.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/site-media/css/style.css b/site-media/css/style.css index b067786..4ad98fb 100644 --- a/site-media/css/style.css +++ b/site-media/css/style.css @@ -34,8 +34,8 @@ div#tree { padding-bottom: 50px;} a { text-decoration: none; } a:hover { text-decoration: underline; } .clear { clear: both; } -div#content { font: 120% "Trebuchet MS", sans-serif; } -div#main{ font: 100% "Trebuchet MS", sans-serif; width:95%; height:auto !important; height:100%; min-height: 100%;} +div#content { } +div#main{ width:95%; height:auto !important; height:100%; min-height: 100%;} .code{font: 110% "Courier", fixed} .infopanel { padding: 5px; } .infopanel label { display:block; } |