diff options
| author | Greg Roach <fisharebest@gmail.com> | 2015-03-22 18:18:46 +0000 |
|---|---|---|
| committer | Greg Roach <fisharebest@gmail.com> | 2015-03-22 18:18:46 +0000 |
| commit | 405c5ff8ebe2c47f8d58229ec82f6c7266da9b99 (patch) | |
| tree | cfdfecadb38cc337b38a6643cbc547a0fa8620a5 /themes/clouds/css-1.7.0/style.css | |
| parent | 58d601976e7117a55e65a6531547a566cc40e83d (diff) | |
| download | webtrees-405c5ff8ebe2c47f8d58229ec82f6c7266da9b99.tar.gz webtrees-405c5ff8ebe2c47f8d58229ec82f6c7266da9b99.tar.bz2 webtrees-405c5ff8ebe2c47f8d58229ec82f6c7266da9b99.zip | |
Fix #502 - change-blocks link and hit counter
Diffstat (limited to 'themes/clouds/css-1.7.0/style.css')
| -rw-r--r-- | themes/clouds/css-1.7.0/style.css | 21 |
1 files changed, 3 insertions, 18 deletions
diff --git a/themes/clouds/css-1.7.0/style.css b/themes/clouds/css-1.7.0/style.css index 149c17633d..7f624987ea 100644 --- a/themes/clouds/css-1.7.0/style.css +++ b/themes/clouds/css-1.7.0/style.css @@ -2132,10 +2132,11 @@ dd .deletelink { float: left; } -.hit-counter { +.odometer { + font-family: courier, mono-space; + font-weight: bold; background: #000; color: #fff; - font-weight: bold; } /* ======= General sprite ==== */ @@ -4586,22 +4587,6 @@ footer .error { white-space: nowrap; } -#link_change_blocks { - clear: both; - margin: 0 auto; - padding: 25px 0 0; - text-align: center; - width: 400px; -} - -#link_change_blocks span { - padding: 0 50px; -} - -#link_change_blocks span span { - padding: 0 3px; -} - /* ====== End Theme Footer ===== */ /* ====== Theme Icons ========== */ |
