diff options
| author | Rob Peters <makitso@gmail.com> | 2010-09-06 13:41:30 +0000 |
|---|---|---|
| committer | Rob Peters <makitso@gmail.com> | 2010-09-06 13:41:30 +0000 |
| commit | 5d2074a2245597c94bf6d3aee92002509c4ef7bf (patch) | |
| tree | 6a4ab4b212f60238b6d30193862be3bef714fe1a /themes/colors/css/shinytomato.css | |
| parent | 5ef401a03d722fec07eda20b6631cd89fc262202 (diff) | |
| download | webtrees-5d2074a2245597c94bf6d3aee92002509c4ef7bf.tar.gz webtrees-5d2074a2245597c94bf6d3aee92002509c4ef7bf.tar.bz2 webtrees-5d2074a2245597c94bf6d3aee92002509c4ef7bf.zip | |
Fix position problems with sidebar for IE7
Diffstat (limited to 'themes/colors/css/shinytomato.css')
| -rw-r--r-- | themes/colors/css/shinytomato.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/themes/colors/css/shinytomato.css b/themes/colors/css/shinytomato.css index 16c8f60770..d403621f1b 100644 --- a/themes/colors/css/shinytomato.css +++ b/themes/colors/css/shinytomato.css @@ -3,7 +3,7 @@ * * Based on standard theme, which is Copyright (C) 2002 to 2010 PGV Development Team. * -* $Id: ash.css 9198 2010-07-28 23:30:32Z rob $ +* $Id: ash.css 9320 2010-08-29 12:30:00Z rob $ */ .something { @@ -11,9 +11,9 @@ } body { -font-family: tahoma, arial, helvetica, sans-serif; +font: 12px tahoma, arial, helvetica, sans-serif; background:#fff; -font-size: 11px; + } * { |
