summaryrefslogtreecommitdiffstats
path: root/public
diff options
context:
space:
mode:
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>2012-12-05 09:58:26 +0000
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>2012-12-05 09:58:26 +0000
commitd7229d8f9d067e8b511b491a9343928fac99f107 (patch)
treee602305aa67b1685a299bcdbc013d06ce9d9da8c /public
parentee7685670d2938d4fa2b496d550885ba5f3d571d (diff)
downloadredmine-d7229d8f9d067e8b511b491a9343928fac99f107.tar.gz
redmine-d7229d8f9d067e8b511b491a9343928fac99f107.zip
remove trailing white-spaces from application.css
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@10943 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'public')
-rw-r--r--public/stylesheets/application.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css
index 081a3ee7f..9a8c2ed7a 100644
--- a/public/stylesheets/application.css
+++ b/public/stylesheets/application.css
@@ -1098,13 +1098,13 @@ h2 img { vertical-align:middle; }
.syntaxhl .type { color:#339; font-weight:bold }
.syntaxhl .value { color: #088; }
.syntaxhl .variable { color:#037 }
-
+
.syntaxhl .insert { background: hsla(120,100%,50%,0.12) }
.syntaxhl .delete { background: hsla(0,100%,50%,0.12) }
.syntaxhl .change { color: #bbf; background: #007; }
.syntaxhl .head { color: #f8f; background: #505 }
.syntaxhl .head .filename { color: white; }
-
+
.syntaxhl .delete .eyecatcher { background-color: hsla(0,100%,50%,0.2); border: 1px solid hsla(0,100%,45%,0.5); margin: -1px; border-bottom: none; border-top-left-radius: 5px; border-top-right-radius: 5px; }
.syntaxhl .insert .eyecatcher { background-color: hsla(120,100%,50%,0.2); border: 1px solid hsla(120,100%,25%,0.5); margin: -1px; border-top: none; border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; }