aboutsummaryrefslogtreecommitdiffstats
path: root/english/debhome.css
diff options
context:
space:
mode:
authorDamyan Ivanov <dmn>2011-02-07 13:12:07 +0000
committerDamyan Ivanov <dmn>2011-02-07 13:12:07 +0000
commit4deae2e73de5d9d257cac2c62e9dbffc8ec895ad (patch)
tree17c8adf564591979f9260e4f9b04342697f9bf95 /english/debhome.css
parente043f443f1bd42a388cba14b85ed453dd9a53e64 (diff)
home toc links: use block display
without this, if the text is wrapped, the first line is indented (because of the padding-left: 5px), but the second is not and the look is ugly. block display makes the padding affect wrapped lines too CVS version numbers english/debhome.css: 1.1 -> 1.2
Diffstat (limited to 'english/debhome.css')
-rw-r--r--english/debhome.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/english/debhome.css b/english/debhome.css
index 7c01987278c..34e3038c464 100644
--- a/english/debhome.css
+++ b/english/debhome.css
@@ -118,6 +118,7 @@ span.download a:hover em {
}
ul#hometoc-cola a, ul#hometoc-colb a, ul#hometoc-colc a, ul#hometoc-cold a, ul#hometoc-cole a {
padding-left: 5px;
+ display: block;
}
ul#hometoc-cola, ul#hometoc-colb,ul#hometoc-colc, ul#hometoc-cold, ul#hometoc-cole {
float:left;

© 2014-2024 Faster IT GmbH | imprint | privacy policy