diff options
| author | Rob Peters <rob@desktop.(none)> | 2013-08-05 10:06:54 -0500 |
|---|---|---|
| committer | Rob Peters <rob@desktop.(none)> | 2013-08-05 10:06:54 -0500 |
| commit | 2b2571a9e20d7a9655126f94c7d500f16b583701 (patch) | |
| tree | 59f50e3957be7c8adef2919d40ffea13bd6e39eb | |
| parent | 96bf81772cc4f0144ee0841da04d7dcab3bf8253 (diff) | |
| download | webtrees-2b2571a9e20d7a9655126f94c7d500f16b583701.tar.gz webtrees-2b2571a9e20d7a9655126f94c7d500f16b583701.tar.bz2 webtrees-2b2571a9e20d7a9655126f94c7d500f16b583701.zip | |
Add back some code lost in last merge.
| -rw-r--r-- | themes/webtrees/style.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/themes/webtrees/style.css b/themes/webtrees/style.css index 3b846cb029..12dd223683 100644 --- a/themes/webtrees/style.css +++ b/themes/webtrees/style.css @@ -730,9 +730,9 @@ html[dir=rtl] dd .editlink, html[dir=rtl] dd .deletelink {float:left;} /* General sprite */ .male_gender, .female_gender, .unknown_gender, .editicon, .copyicon, .deleteicon {display:block;background:url(images/general_sprite.png) no-repeat left 0;} -.female_gender {background-position:-45px 1px;width:24px;} -.male_gender {background-position:-72px 3px;width:24px;} -.unknown_gender {background-position:-100px 4px;width:24px;} +.female_gender {background-position:-45px 1px;width:24px;height:30px;} +.male_gender {background-position:-72px 3px;width:24px;height:30px;} +.unknown_gender {background-position:-100px 4px;width:24px;height:30px;} .editicon {background-position:-40px -32px;width:24px;height:16px;} .copyicon {background-position:-70px -32px;width:24px;height:16px;} .deleteicon {background-position:-100px -32px;width:24px;height:16px;} |
