diff options
| author | Rob Peters <makitso@gmail.com> | 2010-09-26 20:18:10 +0000 |
|---|---|---|
| committer | Rob Peters <makitso@gmail.com> | 2010-09-26 20:18:10 +0000 |
| commit | 256f2d2228cdb83fc604ed0277e66699dc83af0f (patch) | |
| tree | 83f774cda796eacfeca9875d6aefd214136f05ff /themes/colors/css/bluemarine.css | |
| parent | 6bce37caffe6c7b9c14d369a586496397174fc36 (diff) | |
| download | webtrees-256f2d2228cdb83fc604ed0277e66699dc83af0f.tar.gz webtrees-256f2d2228cdb83fc604ed0277e66699dc83af0f.tar.bz2 webtrees-256f2d2228cdb83fc604ed0277e66699dc83af0f.zip | |
Fix blockh2 error for Opera
Diffstat (limited to 'themes/colors/css/bluemarine.css')
| -rw-r--r-- | themes/colors/css/bluemarine.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/themes/colors/css/bluemarine.css b/themes/colors/css/bluemarine.css index 1039f08c26..bc7581aa04 100644 --- a/themes/colors/css/bluemarine.css +++ b/themes/colors/css/bluemarine.css @@ -3,7 +3,7 @@ * * Based on standard theme, which is Copyright (C) 2002 to 2010 PGV Development Team. * -* $Id: ash.css 9547 2010-09-25 12:56:05Z rob $ +* $Id: ash.css 9557 2010-09-26 02:36:11Z nigel $ */ .something { @@ -381,6 +381,7 @@ width:8px; } .blockhc { +padding-right:15px; padding-top: 3px; } |
