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:
Toshi MARUYAMA 2012-01-04 02:13:38 +00:00
parent 9073a70b27
commit 27731d637f
1 changed files with 2 additions and 2 deletions

View File

@ -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 {