diff options
author | Leif Johansson <leifj@sunet.se> | 2011-02-28 22:07:19 +0100 |
---|---|---|
committer | Leif Johansson <leifj@sunet.se> | 2011-02-28 22:07:19 +0100 |
commit | 77ceee6e23f2a8daaf5e3247970953313aebcdd3 (patch) | |
tree | 90665ac16c025ea1bc7b478f2c84dcebf437f393 /site-media/css | |
parent | 36e045ed8aa871ef3bd0bf0e27896658d0a9ef89 (diff) |
wizards
Diffstat (limited to 'site-media/css')
-rw-r--r-- | site-media/css/style.css | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/site-media/css/style.css b/site-media/css/style.css index 6cbd2a6..b10ddc0 100644 --- a/site-media/css/style.css +++ b/site-media/css/style.css @@ -10,7 +10,7 @@ div#footer ul { margin-right: 50px; list-style: none; padding: 0; margin: 0; } div#footer li { float: left; margin: 0 0.15em} .navlist ul { list-style: none; padding: 0; margin: 0; } .navlist li { float: right; display: inline; margin: 0 0.15em; } -.description { inherit: none; margin-bottom: 10px;} +.description { inherit: none; margin-bottom: 10px; } div#headline{ font: 300% "Trebuchet MS", sans-serif; margin-bottom: 20px;} .name { font: 100% "Trebuchet MS", sans-serif; margin-top: 5px;} div.toolbar{ padding: 4px; float: right; margin-right: 50px; margin-top: 6px; margin-bottom: 20px;} @@ -38,3 +38,6 @@ div#main{ font: 100% "Trebuchet MS", sans-serif; width:95%; height:auto !importa .infopanel label { display:block; } div .hidden {visibility:hidden;} .listheader { padding-left: 20px; } +.button { margin: 5px; } +legend { font: 120% "Trebuchet MS", sans-serif; font-weight: bold; } + |