diff options
author | vdigital <vdigital@piwigo.org> | 2008-12-07 07:32:30 +0000 |
---|---|---|
committer | vdigital <vdigital@piwigo.org> | 2008-12-07 07:32:30 +0000 |
commit | 018bad3d0439b5e9eeda2f6597892786cf978441 (patch) | |
tree | 4200b3db8ec22e3a84f8a63c27810f2ff0b3706e /template/yoga | |
parent | 199fd04f7bea11f5bff68c8ba878bc8b91e4fbfe (diff) |
- error message : #FF3333 (now #FF3300)
merge -c2929 from branch 2.0 to trunk
git-svn-id: http://piwigo.org/svn/trunk@2930 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template/yoga')
-rw-r--r-- | template/yoga/theme/Sylvia/theme.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/yoga/theme/Sylvia/theme.css b/template/yoga/theme/Sylvia/theme.css index 85244680a..0eb6ed811 100644 --- a/template/yoga/theme/Sylvia/theme.css +++ b/template/yoga/theme/Sylvia/theme.css @@ -244,7 +244,7 @@ BODY { list-style-type:none; } .errors { - color:#f30; + color:#f33; border:0; background-color: transparent; margin-left:125px; |