diff options
author | vdigital <vdigital@piwigo.org> | 2008-12-14 13:32:45 +0000 |
---|---|---|
committer | vdigital <vdigital@piwigo.org> | 2008-12-14 13:32:45 +0000 |
commit | 0c0d76968e3475a74003edb7d0959aa3acd9f7b2 (patch) | |
tree | 194f312b10e89639f2765c2e9587c43ea0b12a14 /template/yoga/theme/Sylvia/theme.css | |
parent | 42211174913fcc22f1ce823e545d651b4ee877a5 (diff) |
- "First | Previous | 1 2 | Next | Last" :
- text-color = #666 (now #999)
merge -c2978 from branch 2.0 to trunk
git-svn-id: http://piwigo.org/svn/trunk@2979 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template/yoga/theme/Sylvia/theme.css')
-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 c886d5e8e..efbc6a123 100644 --- a/template/yoga/theme/Sylvia/theme.css +++ b/template/yoga/theme/Sylvia/theme.css @@ -232,6 +232,9 @@ BODY { .content ul.thumbnailCategories li:hover { background-color:#111; } +.content .navigationBar { + color:#666; +} .infos { color:#f70; border:0; |