diff options
author | Anika Henke <anika@selfthinker.org> | 2012-03-10 21:04:15 +0000 |
---|---|---|
committer | Anika Henke <anika@selfthinker.org> | 2012-03-10 21:04:15 +0000 |
commit | a4380643ef4658cfe5340f5963a54a045a529c5b (patch) | |
tree | 73a30eafefc1f139eccc277ecc4e487d4cf25c0e /lib/tpl/dokuwiki/css | |
parent | 53e15c8ba5cc2fd8ac7ed5a7f8dd4df684dba28a (diff) | |
download | rpg-a4380643ef4658cfe5340f5963a54a045a529c5b.tar.gz rpg-a4380643ef4658cfe5340f5963a54a045a529c5b.tar.bz2 |
improved footer readability and css
Diffstat (limited to 'lib/tpl/dokuwiki/css')
-rw-r--r-- | lib/tpl/dokuwiki/css/design.css | 19 |
1 files changed, 8 insertions, 11 deletions
diff --git a/lib/tpl/dokuwiki/css/design.css b/lib/tpl/dokuwiki/css/design.css index f80251dfe..6bf98b90d 100644 --- a/lib/tpl/dokuwiki/css/design.css +++ b/lib/tpl/dokuwiki/css/design.css @@ -283,10 +283,6 @@ .dokuwiki div.license { font-size: 93.75%; } -/* license note in footer */ -.dokuwiki #dokuwiki__footer div.license { - font-size: 100%; -} #IE7 .dokuwiki input.button, #IE7 .dokuwiki button { @@ -449,21 +445,22 @@ #dokuwiki__footer { margin-bottom: 1em; + text-align: center; } #dokuwiki__footer > .pad { font-size: 0.875em; } -#dokuwiki__footer div.license, -#dokuwiki__footer div.footerbuttons { - text-align: center; -} + #dokuwiki__footer div.license { margin-bottom: 0.5em; + font-size: 100%; } -#dokuwiki__footer div.footerbuttons img { + +#dokuwiki__footer div.buttons a img { opacity: 0.5; } - -#dokuwiki__footer div.footerbuttons a:hover img { +#dokuwiki__footer div.buttons a:hover img, +#dokuwiki__footer div.buttons a:active img, +#dokuwiki__footer div.buttons a:focus img { opacity: 1; } |