diff options
author | Leif Johansson <leifj@sunet.se> | 2010-08-05 10:19:08 +0200 |
---|---|---|
committer | Leif Johansson <leifj@sunet.se> | 2010-08-05 10:19:08 +0200 |
commit | e1902354b5d97cb2cbb36a3c6a00090d60dac753 (patch) | |
tree | 4f95a5c1a0cf11d85cedac2832253a610d096c80 /templates/base.html | |
parent | 147eb0dda670646133d424ea5aff7c432103aebe (diff) |
form ui cleanup + remove links with names
Diffstat (limited to 'templates/base.html')
-rw-r--r-- | templates/base.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/base.html b/templates/base.html index 78af32d..b857c03 100644 --- a/templates/base.html +++ b/templates/base.html @@ -77,7 +77,7 @@ #content{ } #main{ font: 100% "Trebuchet MS", sans-serif; width:95%; } .code{font: 110% "Courier", fixed} - .infopanel { padding-left: 10px; } + .infopanel { padding-left: 10px; padding-bottom: 10px;} .infopanel label { display:block; } div .hidden {visibility:hidden;} div .ms2side__div {width: 300%;} |