diff options
| author | Greg Roach <fisharebest@gmail.com> | 2015-03-25 10:59:01 +0000 |
|---|---|---|
| committer | Greg Roach <fisharebest@gmail.com> | 2015-03-25 10:59:01 +0000 |
| commit | 2aecc337148216aec328f6ef7aa20a559a85527a (patch) | |
| tree | 577a96d3d2caef369ebcf96d874f0e5f061266ea /themes | |
| parent | d0a872f2039152edb4c0a3cf3fb58cc8979bf1c4 (diff) | |
| download | webtrees-2aecc337148216aec328f6ef7aa20a559a85527a.tar.gz webtrees-2aecc337148216aec328f6ef7aa20a559a85527a.tar.bz2 webtrees-2aecc337148216aec328f6ef7aa20a559a85527a.zip | |
Batch update broken / unstyled
Diffstat (limited to 'themes')
| -rw-r--r-- | themes/_administration/css-1.7.0/style.css | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/themes/_administration/css-1.7.0/style.css b/themes/_administration/css-1.7.0/style.css index c3a3c2c518..d0dff72718 100644 --- a/themes/_administration/css-1.7.0/style.css +++ b/themes/_administration/css-1.7.0/style.css @@ -77,7 +77,15 @@ legend { .gedcom-data { white-space: pre-wrap; font-size: smaller; - max-width: 20em; +} + +.gedcom-data ins { + text-decoration: none; + background-color: #eea; +} + +.gedcom-data del { + text-decoration: line-through; } .ui-autocomplete { |
