diff options
| author | makitso <makitso@gmail.com> | 2015-01-20 06:49:35 -0700 |
|---|---|---|
| committer | makitso <makitso@gmail.com> | 2015-01-20 06:49:35 -0700 |
| commit | 249d7db76fed67ee0061296a488df1f4f02e9b6e (patch) | |
| tree | 3aedf4c2c56c8ec6273068adad22695d4ada9755 /themes/minimal/css-1.7.0 | |
| parent | 95e9a662fcc96ab3017b1925810afaf38f940286 (diff) | |
| download | webtrees-249d7db76fed67ee0061296a488df1f4f02e9b6e.tar.gz webtrees-249d7db76fed67ee0061296a488df1f4f02e9b6e.tar.bz2 webtrees-249d7db76fed67ee0061296a488df1f4f02e9b6e.zip | |
Minor style changes
Diffstat (limited to 'themes/minimal/css-1.7.0')
| -rw-r--r-- | themes/minimal/css-1.7.0/style.css | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/themes/minimal/css-1.7.0/style.css b/themes/minimal/css-1.7.0/style.css index c0737e1b69..e030bbc21a 100644 --- a/themes/minimal/css-1.7.0/style.css +++ b/themes/minimal/css-1.7.0/style.css @@ -390,19 +390,12 @@ a .name1:hover { .icon { display: none; border: 0; - padding-left: 0; - padding-right: 5pt; + padding: 0 5px; } #head_icon { display: block; float: left; - margin-right: 15px; -} - -[dir=rtl] .icon { - padding-left: 5pt; - padding-right: 0; } .link { |
