new style for .errors and adding the CSS class .errors_title

git-svn-id: http://piwigo.org/svn/trunk@54 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
z0rglub
2003-08-20 20:50:19 +00:00
parent 302caee36f
commit 4af5171841
+9 -3
View File
@@ -89,10 +89,16 @@
.errors {
text-align:left;
margin:25px;
background-color:red;
background-color:#ffe1e1;
border:1px solid red;
color:black;
}
.errors_title {
margin:5px;
font-weight:bold;
border:1px solid black;
color:white;
font-size:120%;
text-align:center;
color:red;
}
.info {
color:darkblue;