OSDN Git Service

noteプラグインのスタイルを変更。
authortakezoe <takezoe@871d6764-1e22-0410-b313-a55050885396>
Sat, 27 Aug 2011 17:38:39 +0000 (17:38 +0000)
committertakezoe <takezoe@871d6764-1e22-0410-b313-a55050885396>
Sat, 27 Aug 2011 17:38:39 +0000 (17:38 +0000)
takezoe/plugin/book/Install.pm

index 13ad1d0..4f38b8b 100644 (file)
@@ -124,20 +124,19 @@ div.column-body {
 }
 
 div.note-title {
-  border-top: 1px solid gray;
-  border-left: 1px solid gray;
-  border-right: 1px solid gray;
+  border-top: 1px dotted gray;
+  border-left: 1px dotted gray;
+  border-right: 1px dotted gray;
   padding: 4px;
-  background-color: silver;
   font-weight: bold;
   margin-left: 20px;
   margin-right: 20px;
 }
 
 div.note-body {
-  border-bottom: 1px solid gray;
-  border-left: 1px solid gray;
-  border-right: 1px solid gray;
+  border-bottom: 1px dotted gray;
+  border-left: 1px dotted gray;
+  border-right: 1px dotted gray;
   padding: 4px;
   margin-left: 20px;
   margin-right: 20px;