diff options
Diffstat (limited to 'www/inc/styles/gorilla')
-rw-r--r-- | www/inc/styles/gorilla/gorilla.css | 20 |
1 files changed, 12 insertions, 8 deletions
diff --git a/www/inc/styles/gorilla/gorilla.css b/www/inc/styles/gorilla/gorilla.css index 0b8cc9b..aab91c2 100644 --- a/www/inc/styles/gorilla/gorilla.css +++ b/www/inc/styles/gorilla/gorilla.css @@ -287,15 +287,19 @@ div#mqhq { } div.stylenavbar { - position:relative; - /* - left: 0px; - right: auto; - top:auto; - bottom:0px; - */ - margin: 2px; + position:absolute; + bottom: 0px; + right: 0px; font-size: 9px; + padding: 4px; + opacity: 0.4; +} + +div.stylenavbar ul { + list-style-type: none; + margin-left: 0px; + padding-left: 0px; + } /* Formatting of the user comments */ |