diff options
| author | Greg Roach <fisharebest@gmail.com> | 2016-06-17 15:21:37 +0100 |
|---|---|---|
| committer | Greg Roach <fisharebest@gmail.com> | 2016-06-18 15:04:58 +0100 |
| commit | 2a277e58332d8b4d6cf0f49c3fcba6704ef09f17 (patch) | |
| tree | fc308267685bad2f1956adbda363ce0266e8086d /themes/colors | |
| parent | a99e8d901a58fb191f743a65fc00908536f4f154 (diff) | |
| download | webtrees-2a277e58332d8b4d6cf0f49c3fcba6704ef09f17.tar.gz webtrees-2a277e58332d8b4d6cf0f49c3fcba6704ef09f17.tar.bz2 webtrees-2a277e58332d8b4d6cf0f49c3fcba6704ef09f17.zip | |
Fix #909 - not all user-interfaces use 'click'
Diffstat (limited to 'themes/colors')
| -rw-r--r-- | themes/colors/css-1.7.5/style.css | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/themes/colors/css-1.7.5/style.css b/themes/colors/css-1.7.5/style.css index 8753fe8141..6cdf1ef09c 100644 --- a/themes/colors/css-1.7.5/style.css +++ b/themes/colors/css-1.7.5/style.css @@ -1874,29 +1874,14 @@ div.faq_body { padding: 0 1em; } -.faq_italic { - font-style: italic; - font-weight: bold; - font-size: 90%; - padding: 0 10px; -} - .faq_top { float: right; } -.faq_edit { - float: right; -} - [dir=rtl] .faq_top { float: left; } -[dir=rtl] .faq_edit { - float: left; -} - /* === Positioning edit, copy, delete links === */ /* General use */ .editfacts { |
