diff options
author | vdigital <vdigital@piwigo.org> | 2008-12-20 19:56:59 +0000 |
---|---|---|
committer | vdigital <vdigital@piwigo.org> | 2008-12-20 19:56:59 +0000 |
commit | 55ee081efc50361443e054d32ca466fa1e0f8702 (patch) | |
tree | 3901feb8a8ada81e67ed59a2be4138e83c9c232a /template/yoga | |
parent | 491c4c7641002787340b4c88b4931abc3fd8b4b6 (diff) |
tags_list
Borders are the wrong colour.
merge -c3004 from branch 2.0 to trunk
git-svn-id: http://piwigo.org/svn/trunk@3005 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template/yoga')
-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 8d8ec4ac9..960c9a1c3 100644 --- a/template/yoga/theme/Sylvia/theme.css +++ b/template/yoga/theme/Sylvia/theme.css @@ -413,3 +413,6 @@ 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; +} |