diff options
| author | makitso <makitso@gmail.com> | 2015-01-13 08:39:29 -0700 |
|---|---|---|
| committer | makitso <makitso@gmail.com> | 2015-01-13 08:39:29 -0700 |
| commit | ed305b7f66595dcc9b763d0aa85b6cb89f78bc6d (patch) | |
| tree | 4f8c20a99e767e6cfa659842ea77a23572d1efca /themes | |
| parent | 615bd67124bcbe3a37129d9d60337107b56a2370 (diff) | |
| download | webtrees-ed305b7f66595dcc9b763d0aa85b6cb89f78bc6d.tar.gz webtrees-ed305b7f66595dcc9b763d0aa85b6cb89f78bc6d.tar.bz2 webtrees-ed305b7f66595dcc9b763d0aa85b6cb89f78bc6d.zip | |
syntax changes colors
Diffstat (limited to 'themes')
| -rw-r--r-- | themes/colors/css-1.6.2/style.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/themes/colors/css-1.6.2/style.css b/themes/colors/css-1.6.2/style.css index 7883d6aed7..420fd2e379 100644 --- a/themes/colors/css-1.6.2/style.css +++ b/themes/colors/css-1.6.2/style.css @@ -1077,6 +1077,7 @@ td.descriptionbox a { min-width: 40px; text-align: center; } + /* ======== medialist.php ==== */ .makeMenu li ul { border: thin solid #AAA; @@ -1716,7 +1717,7 @@ td.descriptionbox a { } [dir=rtl] .blockh1 { - background: url(images/right1B.png); + background-image: url(images/right1B.png); } [dir=rtl] .blockh3 { |
