diff options
| author | Greg Roach <fisharebest@gmail.com> | 2015-01-18 16:06:51 +0000 |
|---|---|---|
| committer | Greg Roach <fisharebest@gmail.com> | 2015-01-18 16:06:51 +0000 |
| commit | 633b03a93a5f9650c5bd37d11d2e27e4a56d4130 (patch) | |
| tree | 6aaa40ebf987339ee1087594b351e573f0eee960 /themes/fab/css-1.7.0/style.css | |
| parent | b7896d601b767dfc140a9e74b3cc722bde9b6ae4 (diff) | |
| download | webtrees-633b03a93a5f9650c5bd37d11d2e27e4a56d4130.tar.gz webtrees-633b03a93a5f9650c5bd37d11d2e27e4a56d4130.tar.bz2 webtrees-633b03a93a5f9650c5bd37d11d2e27e4a56d4130.zip | |
Powered by webtrees logo in footer
Diffstat (limited to 'themes/fab/css-1.7.0/style.css')
| -rw-r--r-- | themes/fab/css-1.7.0/style.css | 18 |
1 files changed, 10 insertions, 8 deletions
diff --git a/themes/fab/css-1.7.0/style.css b/themes/fab/css-1.7.0/style.css index 52ceeff275..26ae0e4a64 100644 --- a/themes/fab/css-1.7.0/style.css +++ b/themes/fab/css-1.7.0/style.css @@ -4316,14 +4316,22 @@ header nav { /* ====== End Theme Header ===== */ /* ====== Theme Footer ========= */ + footer { clear: both; text-align: center; width: 99%; } -.user_links { - white-space: nowrap; +.powered-by-webtrees { + display: inline-block; + margin-top: 10px; + width: 100px; + height: 21px; +} + +.powered-by-webtrees:after { + content: url(images/powered-by-webtrees.png); } #link_change_blocks { @@ -4411,12 +4419,6 @@ footer { background-image: url(images/user_add.png); } -.icon-webtrees { - width: 100px; - height: 21px; - background-image: url(images/webtrees.png); -} - @media print { header, footer, |
