diff options
| author | Greg Roach <fisharebest@gmail.com> | 2015-01-19 18:47:18 +0000 |
|---|---|---|
| committer | Greg Roach <fisharebest@gmail.com> | 2015-01-19 18:47:18 +0000 |
| commit | 64bd5db7e8394ec48dc0fa8e7e542b1434e92f24 (patch) | |
| tree | c51d69c975110b279f507cc248a43c6809915077 | |
| parent | 38a9c7ce685fec7c3dbac84e1ee0da7fdb5cd9a5 (diff) | |
| download | webtrees-64bd5db7e8394ec48dc0fa8e7e542b1434e92f24.tar.gz webtrees-64bd5db7e8394ec48dc0fa8e7e542b1434e92f24.tar.bz2 webtrees-64bd5db7e8394ec48dc0fa8e7e542b1434e92f24.zip | |
Missing images in minimal theme
| -rw-r--r-- | themes/minimal/css-1.7.0/style.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/themes/minimal/css-1.7.0/style.css b/themes/minimal/css-1.7.0/style.css index 7eaa6c93f5..c0737e1b69 100644 --- a/themes/minimal/css-1.7.0/style.css +++ b/themes/minimal/css-1.7.0/style.css @@ -3590,7 +3590,7 @@ a.icon-ddarrow { .icon-edit_indi { width: 20px; height: 20px; - background-image: url(images/edit_indi.png); + background-image: url(images/edit_sm.png); } .icon-email { @@ -3814,7 +3814,7 @@ a.icon-rdarrow:hover { .icon-resn-confidential { width: 16px; height: 16px; - background-image: url(images/resn_confidential.png); + background-image: none; } .icon-resn-locked { |
