diff options
author | vdigital <vdigital@piwigo.org> | 2008-12-20 19:45:33 +0000 |
---|---|---|
committer | vdigital <vdigital@piwigo.org> | 2008-12-20 19:45:33 +0000 |
commit | e6c2587e7cde30e338da121a22e943761b2ce7f4 (patch) | |
tree | d22975325cd9fc8fab50224b68f7b9d5881d0e07 /template | |
parent | 2e07e3d65cdb79bfb497fc502973533f2aa45e15 (diff) |
tags_list
Borders are the wrong colour.
git-svn-id: http://piwigo.org/svn/branches/2.0@3004 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | template/yoga/theme/Sylvia/theme.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/template/yoga/theme/Sylvia/theme.css b/template/yoga/theme/Sylvia/theme.css index 7f684fcde..e292ba895 100644 --- a/template/yoga/theme/Sylvia/theme.css +++ b/template/yoga/theme/Sylvia/theme.css @@ -412,4 +412,7 @@ input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hove } #theCommentsPage div#comments { padding: 0 0 5px 10px; +} +tr.tagLine, fieldset.tagLetter, legend.tagLetterLegend { + border-color: #666666; }
\ No newline at end of file |