aboutsummaryrefslogtreecommitdiffstats
path: root/english/debhome.css
diff options
context:
space:
mode:
authorDamyan Ivanov <dmn>2012-01-07 15:07:32 +0000
committerDamyan Ivanov <dmn>2012-01-07 15:07:32 +0000
commit56b4daf6d67b2123ad9f95e5a4cb38af4f6a18b1 (patch)
treecfe38f62dbfe2a8ba829386e2c092ade114b3700 /english/debhome.css
parent3e9d4239bd4b5a0e012f7200221d455f88ebf028 (diff)
make sub-items in TOC look like sub-items, prefixed with »
Luckily, we have UTF-8 site-wide :) CVS version numbers english/debhome.css: 1.5 -> 1.6
Diffstat (limited to 'english/debhome.css')
-rw-r--r--english/debhome.css8
1 files changed, 8 insertions, 0 deletions
diff --git a/english/debhome.css b/english/debhome.css
index 67ab21147df..558c391f92b 100644
--- a/english/debhome.css
+++ b/english/debhome.css
@@ -162,11 +162,19 @@ ul#hometoc-cole {
margin:0;
text-indent:0;
padding:0;
+ margin-left: 1em;
font-weight:normal;
border:0;
background-image:none;
background-color:transparent;
}
+#hometoc li li a:before {
+ content:"» ";
+ width: 1em;
+}
+#hometoc li li a {
+ text-indent: -1em;
+}
li.sponsorbutton {
padding-top: 1.25em;
text-align: left;

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