diff options
author | Xavier Neys <neysx@gentoo.org> | 2005-06-08 11:30:30 +0000 |
---|---|---|
committer | Xavier Neys <neysx@gentoo.org> | 2005-06-08 11:30:30 +0000 |
commit | 624432584536f863295b3f5803be937879115ec9 (patch) | |
tree | ec982c2e66a32236f70eefa577990a3355597ee4 /xml/htdocs/css | |
parent | Fixed comments only (diff) | |
download | gentoo-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.css | 8 |
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;} +*/ |