diff options
| -rw-r--r-- | themes/clouds/style.css | 17 | ||||
| -rw-r--r-- | themes/colors/css/colors.css | 17 |
2 files changed, 2 insertions, 32 deletions
diff --git a/themes/clouds/style.css b/themes/clouds/style.css index 258bb1ef5f..c8ae709431 100644 --- a/themes/clouds/style.css +++ b/themes/clouds/style.css @@ -391,6 +391,7 @@ width: 99%; #index_small_blocks {clear:none; float:right; width:33%;} #index_full_blocks {clear:none; width:100%;} #index_small_blocks .name1 {color:#333;} +#random_picture {text-align:center;} .small_inner_block {max-height: 200px; overflow: auto;} .block {color: #000;vertical-align: top;margin-bottom: 5px;padding: 1px;} .blockcontent {border: solid #999 1px; margin-left:auto; margin-right:2px; margin-bottom:10px; overflow:auto;padding: 5px;} @@ -455,22 +456,6 @@ visibility:visible; float: left; } -#random_picture { -height:auto; -} - -#random_picture_box { -width:99%; -} - -#random_picture .blockheader .ltr { -text-align:left; -} - -#random_picture .blockheader .rtl { -text-align:right; -} - #pedigree_chart { position:relative; top:-200px; diff --git a/themes/colors/css/colors.css b/themes/colors/css/colors.css index 5a65adbb8c..d058db2843 100644 --- a/themes/colors/css/colors.css +++ b/themes/colors/css/colors.css @@ -360,6 +360,7 @@ width: 99%; #index_small_blocks {clear:none; width:33%; float:right;} #index_full_blocks {clear:none; width:100%; } #index_small_blocks .name1 {color:#333;} +#random_picture {text-align:center;} .small_inner_block {max-height: 200px; overflow: auto;} .block {color: #000; vertical-align: top; margin-bottom: 5px; padding: 1px;} .blockcontent {border: solid #999 1px; margin-left:auto; margin-right:2px; margin-bottom:10px; overflow:auto; padding: 5px;} @@ -428,22 +429,6 @@ visibility:visible; float: left; } -#random_picture { -height:auto; -} - -#random_picture_box { -width:99%; -} - -#random_picture .blockheader { -text-align:left; -} - -#random_picture .blockheader { -text-align:right; -} - #pedigree_chart { position:relative; top:-200px; |
