From 27731d637f6c8e5b17167baac8e5cf396de388c9 Mon Sep 17 00:00:00 2001 From: Toshi MARUYAMA Date: Wed, 4 Jan 2012 02:13:38 +0000 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 --- public/stylesheets/application.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css index e4b360b78..fcbeefd8d 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 { -- 2.39.5