diff options
| author | Greg Roach <fisharebest@gmail.com> | 2015-02-20 23:59:58 +0000 |
|---|---|---|
| committer | Greg Roach <fisharebest@gmail.com> | 2015-02-20 23:59:58 +0000 |
| commit | f306643cddf12841dd71da34cd18f91bd91b60e6 (patch) | |
| tree | 537780352615c006c0520dd9041c681546942944 /themes/clouds/css-1.7.0/style.css | |
| parent | b84ce2d634b5253783830f5a6392ea2283cf2fda (diff) | |
| parent | a0dfd3f9eec0395fb41fc727c29fd3d865921d7c (diff) | |
| download | webtrees-f306643cddf12841dd71da34cd18f91bd91b60e6.tar.gz webtrees-f306643cddf12841dd71da34cd18f91bd91b60e6.tar.bz2 webtrees-f306643cddf12841dd71da34cd18f91bd91b60e6.zip | |
Merge pull request #449 from ddrury/CloudsThemeError
css errors & missing icons
Diffstat (limited to 'themes/clouds/css-1.7.0/style.css')
| -rw-r--r-- | themes/clouds/css-1.7.0/style.css | 14 |
1 files changed, 4 insertions, 10 deletions
diff --git a/themes/clouds/css-1.7.0/style.css b/themes/clouds/css-1.7.0/style.css index 5ee24dbb85..af35dd7c8c 100644 --- a/themes/clouds/css-1.7.0/style.css +++ b/themes/clouds/css-1.7.0/style.css @@ -1804,12 +1804,12 @@ background-color: #fff; /* === Who is online block === */ .logged_in_list { - margin: 5px 0 0; - padding: 0; + margin: 5px 0 0; + padding: 0; line-height: 20px; } -//* Statistics block */ +/* Statistics block */ #gedcom_stats23 p {margin: 0;} .stat-table1 { @@ -2519,7 +2519,7 @@ dd .deletelink { } #sb_family_nav_content { - margin-top: 0px; + margin-top: 0; } .nam a:hover { @@ -5328,12 +5328,6 @@ footer .error { background-image: url(images/user_add.png); } -.icon-webtrees { - width: 100px; - height: 21px; - background-image: url(images/webtrees.png); -} - @media print { header, footer, |
