浏览代码

Change CSS styles

Kandrashin Denis 13 年之前
父节点
当前提交
a1faa08b72
共有 1 个文件被更改,包括 7 次插入1 次删除
  1. 7 1
      source/res/style.css

+ 7 - 1
source/res/style.css

@@ -45,8 +45,14 @@ div.subtitle {
   margin-right: 5%;
 }
 
+div.cite {
+  border-left: 2 dotted teal;
+  margin-left: 5%;
+  padding-left: 4;
+}
+
 div.poem {
-  border-left: thin solid blue; 
+  border-left: thin solid blue;
   margin-left: 5%;
   padding-left: 4; 
 }