summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXavier Neys <neysx@gentoo.org>2005-06-08 11:30:30 +0000
committerXavier Neys <neysx@gentoo.org>2005-06-08 11:30:30 +0000
commit624432584536f863295b3f5803be937879115ec9 (patch)
treeec982c2e66a32236f70eefa577990a3355597ee4 /xml/htdocs/css
parentFixed comments only (diff)
downloadgentoo-624432584536f863295b3f5803be937879115ec9.tar.gz
gentoo-624432584536f863295b3f5803be937879115ec9.tar.bz2
gentoo-624432584536f863295b3f5803be937879115ec9.zip
#93531 Add staffing needs, reshuffle menus and add dots to improve navigation
Also output html lang attribute and remove combo-list of chapters for one-chapter guides
Diffstat (limited to 'xml/htdocs/css')
-rw-r--r--xml/htdocs/css/main.css8
1 files changed, 8 insertions, 0 deletions
diff --git a/xml/htdocs/css/main.css b/xml/htdocs/css/main.css
index ac005b3a2e..473fc20ecb 100644
--- a/xml/htdocs/css/main.css
+++ b/xml/htdocs/css/main.css
@@ -397,3 +397,11 @@ LI {
.topsep img {margin-bottom:8px;}
.topsep form {margin-bottom:0;}
+td.leftmenu p.altmenu a.altlink:before {content:"\2022\20"; color:#301060;}
+/*
+Escaped arrow does not work with konqueror
+td.leftmenu p.altmenu a.altlink:before {content:"\2023\20"; color:#301060;}
+
+Any UTF-8 encoded character does not work with konqueror
+td.leftmenu p.altmenu a.altlink:before {content:"‣ "; color:#301060;}
+*/