From 27731d637f6c8e5b17167baac8e5cf396de388c9 2012-01-04 02:13:38 From: Toshi MARUYAMA Date: 2012-01-04 02:13:38 Subject: [PATCH] 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 --- diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css index e4b360b..fcbeefd 100644 --- a/public/stylesheets/application.css +++ b/public/stylesheets/application.css @@ -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 {