diff options
author | Anika Henke <anika@selfthinker.org> | 2011-10-10 19:33:18 +0100 |
---|---|---|
committer | Anika Henke <anika@selfthinker.org> | 2011-10-10 19:33:18 +0100 |
commit | ce96de477af5949363385363743fec84c931db7a (patch) | |
tree | 3bd0caa52bf1b5203a43e4763593a4d5d8640191 | |
parent | 72a2a0dac2c8e2acbee5073457976826a8ff53c7 (diff) | |
download | rpg-ce96de477af5949363385363743fec84c931db7a.tar.gz rpg-ce96de477af5949363385363743fec84c931db7a.tar.bz2 |
fixed pageid to also have the drop shadow
-rwxr-xr-x | css/design.css | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/css/design.css b/css/design.css index 66ee6fbae..4660e4540 100755 --- a/css/design.css +++ b/css/design.css @@ -351,8 +351,12 @@ .dokuwiki .pageId { position: absolute; - top: -1.5em; - right: 0; + top: -2.3em; + right: -1em; + overflow: hidden; + padding: 1em 1em 0; +} +.dokuwiki .pageId span { font-size: 0.875em; border: solid __background_alt__; border-width: 1px 1px 0; @@ -361,6 +365,8 @@ padding: .1em .35em; border-top-left-radius: 2px; border-top-right-radius: 2px; + box-shadow: 0 0 .5em #999; + display: block; } .dokuwiki div.page { |