diff options
| author | makitso <makitso@gmail.com> | 2016-01-20 10:34:37 -0700 |
|---|---|---|
| committer | makitso <makitso@gmail.com> | 2016-01-20 10:34:37 -0700 |
| commit | 1c5054b3cf9581f30b5d4b5a298caefd9c7f61ad (patch) | |
| tree | 1c870c18817aa8f35157637908e5e37d1d1bbc9c | |
| parent | a97b44dce9325acb0c02e7cfa62d1b838db051eb (diff) | |
| download | webtrees-1c5054b3cf9581f30b5d4b5a298caefd9c7f61ad.tar.gz webtrees-1c5054b3cf9581f30b5d4b5a298caefd9c7f61ad.tar.bz2 webtrees-1c5054b3cf9581f30b5d4b5a298caefd9c7f61ad.zip | |
Fix #811 - Colors menu fix for IE11
| -rw-r--r-- | themes/colors/css-1.7.0/style.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/themes/colors/css-1.7.0/style.css b/themes/colors/css-1.7.0/style.css index 50724e2d2e..6e47497725 100644 --- a/themes/colors/css-1.7.0/style.css +++ b/themes/colors/css-1.7.0/style.css @@ -4316,6 +4316,7 @@ header { .search-icon { vertical-align: top; + padding: 0 3px; } /* ====== Primary menu ========= */ |
