##// END OF EJS Templates
remove trailing white-spaces from application.css...
Toshi MARUYAMA -
r10716:d7229d8f9d06
parent child
Show More
@@ -1098,13 +1098,13 h2 img { vertical-align:middle; }
1098 1098 .syntaxhl .type { color:#339; font-weight:bold }
1099 1099 .syntaxhl .value { color: #088; }
1100 1100 .syntaxhl .variable { color:#037 }
1101
1101
1102 1102 .syntaxhl .insert { background: hsla(120,100%,50%,0.12) }
1103 1103 .syntaxhl .delete { background: hsla(0,100%,50%,0.12) }
1104 1104 .syntaxhl .change { color: #bbf; background: #007; }
1105 1105 .syntaxhl .head { color: #f8f; background: #505 }
1106 1106 .syntaxhl .head .filename { color: white; }
1107
1107
1108 1108 .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; }
1109 1109 .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; }
1110 1110
General Comments 0
You need to be logged in to leave comments. Login now