diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2012-01-04 02:13:38 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2012-01-04 02:13:38 +0000 |
commit | 27731d637f6c8e5b17167baac8e5cf396de388c9 (patch) | |
tree | 197933a4f341ca63035e774190718a1030a9ec46 /public | |
parent | 9073a70b27fe1c28b6ee3c4f0e4bbddd4d36bdf1 (diff) | |
download | redmine-27731d637f6c8e5b17167baac8e5cf396de388c9.tar.gz redmine-27731d637f6c8e5b17167baac8e5cf396de388c9.zip |
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
Diffstat (limited to 'public')
-rw-r--r-- | public/stylesheets/application.css | 4 |
1 files 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 { |