OSDN Git Service

diffのスタイルを追加。
authortakezoe <takezoe@users.osdn.me>
Sat, 2 Jul 2011 01:52:41 +0000 (01:52 +0000)
committertakezoe <takezoe@users.osdn.me>
Sat, 2 Jul 2011 01:52:41 +0000 (01:52 +0000)
theme/default/default.css

index b92f476..376dba8 100644 (file)
@@ -239,3 +239,19 @@ textarea.edit {
        width: 100%;
 }
 
+div.diff {
+       border      : #888888 1px dotted;
+       padding     : 4px;
+       margin-left : 20px;
+       color       : #666666;
+}
+
+ins.diff {
+       background-color: #AAFFAA;
+       text-decoration: none;
+}
+
+del.diff {
+       background-color: #FFAAAA;
+       text-decoration: none;
+}