Browse Source

Change CSS styles

Kandrashin Denis 13 năm trước cách đây
mục cha
commit
a1faa08b72
1 tập tin đã thay đổi với 7 bổ sung1 xóa
  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; 
 }