diff options
| author | makitso <makitso@gmail.com> | 2015-01-19 08:58:31 -0700 |
|---|---|---|
| committer | makitso <makitso@gmail.com> | 2015-01-19 08:58:31 -0700 |
| commit | 957174d801c8c95fd2368c100c03bd488f108fa9 (patch) | |
| tree | 98bead62b4ca44dfabb8ad0f2b187f6c58e94ff9 /themes/clouds/css-1.7.0/style.css | |
| parent | a8059c84e4e14ceb7a8b458bba3a4b1f28be9584 (diff) | |
| download | webtrees-957174d801c8c95fd2368c100c03bd488f108fa9.tar.gz webtrees-957174d801c8c95fd2368c100c03bd488f108fa9.tar.bz2 webtrees-957174d801c8c95fd2368c100c03bd488f108fa9.zip | |
Remove necessary code
Diffstat (limited to 'themes/clouds/css-1.7.0/style.css')
| -rw-r--r-- | themes/clouds/css-1.7.0/style.css | 28 |
1 files changed, 6 insertions, 22 deletions
diff --git a/themes/clouds/css-1.7.0/style.css b/themes/clouds/css-1.7.0/style.css index 9aef466366..e3dd26f129 100644 --- a/themes/clouds/css-1.7.0/style.css +++ b/themes/clouds/css-1.7.0/style.css @@ -361,10 +361,13 @@ div.fact_SHARED_NOTE { font-size: 9px; } +.tabs_table { + width: 99%; +} + .name1, .name2 { - font-weight: 700; - overflow: hidden; + font-weight: bold; font-size: 12px; } @@ -707,7 +710,6 @@ a:hover .nameZoom { .search_hit { background-color: #ff0; - color: #000; } .search_item { @@ -827,7 +829,6 @@ a:hover .nameZoom { a.showit { position: relative; z-index: 24; - color: #000; text-decoration: none; } @@ -935,7 +936,7 @@ a.showit:hover > span { } .gchart { - border: 1px solid #999; + border: solid #999 1px; } /* ---Find special characters--- */ @@ -1617,10 +1618,6 @@ background-color: #fff; float: left; } -#index_small_blocks .name1 { - color: #333; -} - .small_inner_block { max-height: 200px; overflow: auto; @@ -1940,14 +1937,6 @@ span.link_text { color: #f00; } -#main_name { - color: #555; - float: left; - font-size: 2em; - margin: 10px; - font-weight: bold; -} - #indi_mainimage { float: left; padding: 0 10px 0 0; @@ -3377,11 +3366,6 @@ table.table-census-assistant th { empty-cells: show; } -/*-- Interactive ---- */ -.tv_out { - margin-top: 12px; -} - /*-- Lifespan ---- */ .lifespan_people span:first-letter { font-variant: small-caps; |
