diff options
| author | makitso <makitso@gmail.com> | 2015-10-23 14:20:39 -0500 |
|---|---|---|
| committer | makitso <makitso@gmail.com> | 2015-10-23 14:20:39 -0500 |
| commit | 8d5acc0aae3629abf9c73345dafe52783f96a802 (patch) | |
| tree | 92f668640551b41603f833bd8fc764eb4e21806c /themes/xenea | |
| parent | a7e4e269b2c2fade5a6780850289bed4753f5ffb (diff) | |
| download | webtrees-8d5acc0aae3629abf9c73345dafe52783f96a802.tar.gz webtrees-8d5acc0aae3629abf9c73345dafe52783f96a802.tar.bz2 webtrees-8d5acc0aae3629abf9c73345dafe52783f96a802.zip | |
Add spacing to secondary menu dropdown for touch devices
Diffstat (limited to 'themes/xenea')
| -rw-r--r-- | themes/xenea/css-1.7.0/style.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/themes/xenea/css-1.7.0/style.css b/themes/xenea/css-1.7.0/style.css index ea0d812589..732a239b07 100644 --- a/themes/xenea/css-1.7.0/style.css +++ b/themes/xenea/css-1.7.0/style.css @@ -4217,6 +4217,8 @@ header h1 { .secondary-menu li li a { color: #000; font-weight: normal; + display: block; + padding: 3px; } .secondary-menu li li a:hover { |
