fix code indents application.css div.flash.warning
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@8492 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
9073a70b27
commit
27731d637f
|
@ -526,11 +526,11 @@ div.flash.notice {
|
|||
}
|
||||
|
||||
div.flash.warning {
|
||||
background: url(../images/warning.png) 8px 5px no-repeat;
|
||||
background: url(../images/warning.png) 8px 5px no-repeat;
|
||||
background-color: #FFEBC1;
|
||||
border-color: #FDBF3B;
|
||||
color: #A6750C;
|
||||
text-align: left;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.nodata, .warning {
|
||||
|
|
Loading…
Reference in New Issue