diff options
| author | Rob Peters <makitso@gmail.com> | 2011-10-23 16:16:30 +0000 |
|---|---|---|
| committer | Rob Peters <makitso@gmail.com> | 2011-10-23 16:16:30 +0000 |
| commit | 6e8b6e08b66717e3d65323d3621adb433532f7c7 (patch) | |
| tree | 350250f2944ad969a48019149cd648ef385cbf76 | |
| parent | 0f60657c73d0846b9defd781d4d536062fab75d8 (diff) | |
| download | webtrees-6e8b6e08b66717e3d65323d3621adb433532f7c7.tar.gz webtrees-6e8b6e08b66717e3d65323d3621adb433532f7c7.tar.bz2 webtrees-6e8b6e08b66717e3d65323d3621adb433532f7c7.zip | |
Correct text size and color on non-linked statistics
| -rw-r--r-- | themes/clouds/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/clouds/style.css b/themes/clouds/style.css index ec5615037f..af9619e6de 100644 --- a/themes/clouds/style.css +++ b/themes/clouds/style.css @@ -432,7 +432,6 @@ border: solid #999 1px; margin-left:auto; margin-right:2px; /* changed from auto for right side match to header */ margin-bottom:10px; -font-size: 13px; overflow:visible; padding: 5px; } @@ -717,6 +716,7 @@ text-align:center; background:#fff; border:1pt solid #999; padding:4px; +color: #003399; } .facts_value02 { |
