From e6c2587e7cde30e338da121a22e943761b2ce7f4 Mon Sep 17 00:00:00 2001 From: vdigital Date: Sat, 20 Dec 2008 19:45:33 +0000 Subject: tags_list Borders are the wrong colour. git-svn-id: http://piwigo.org/svn/branches/2.0@3004 68402e56-0260-453c-a942-63ccdbb3a9ee --- template/yoga/theme/Sylvia/theme.css | 3 +++ 1 file changed, 3 insertions(+) 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 -- cgit v1.2.3