diff options
author | Sarven Capadisli <csarven@controlyourself.ca> | 2009-04-07 23:45:22 +0000 |
---|---|---|
committer | Sarven Capadisli <csarven@controlyourself.ca> | 2009-04-07 23:45:22 +0000 |
commit | a839daad2ecbf8430f518e8690cc509885973e82 (patch) | |
tree | e68facf1be49d34278eab95725e1df972c4edd86 /theme/base/css | |
parent | 79b1e3a488372065590700491320b9d3b0c74de4 (diff) |
HTML br is not needed. Using 'clear' in CSS instead.
Diffstat (limited to 'theme/base/css')
-rw-r--r-- | theme/base/css/display.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/theme/base/css/display.css b/theme/base/css/display.css index 6c3c7e912..dfac7712a 100644 --- a/theme/base/css/display.css +++ b/theme/base/css/display.css @@ -1156,3 +1156,6 @@ margin-bottom:18px; .help dt { display:none; } +.guide { +clear:both; +} |