aboutsummaryrefslogtreecommitdiffstats
path: root/english/debhome.css
diff options
context:
space:
mode:
authorDamyan Ivanov <dmn>2012-01-07 13:43:37 +0000
committerDamyan Ivanov <dmn>2012-01-07 13:43:37 +0000
commitb45b7f27fad28fcfd17c4400dab9adbbdb0f5446 (patch)
tree5e534c3bf3bd33012b4bb1bc0d8f85dd84920948 /english/debhome.css
parent1cdb950b4461793920eaf5ea0b2b6f86a558f66e (diff)
allow TOC link groups to grow vertically
very narrow browsers (e.g. handheld devices) may cause the links to wrap, increasing the vertical space needed. A fixed height makes the overflowing parts to disappear. With this change the bottoms of the link groups may misalign, but this is the lesser evil compared to missing content CVS version numbers english/debhome.css: 1.4 -> 1.5
Diffstat (limited to 'english/debhome.css')
-rw-r--r--english/debhome.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/english/debhome.css b/english/debhome.css
index 089f5a088e4..67ab21147df 100644
--- a/english/debhome.css
+++ b/english/debhome.css
@@ -124,7 +124,7 @@ ul#hometoc-cola, ul#hometoc-colb,ul#hometoc-colc, ul#hometoc-cold, ul#hometoc-co
float:left;
width: 19.2%;
min-width: 11em;
- height: 12em; /* Update when adding items */
+ min-height: 12em; /* Update when adding items */
margin:0 1% 0 0;
padding: 0;
border-bottom: dotted red;

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