Browse Source

Change CSS styles

Kandrashin Denis 13 years ago
parent
commit
a1faa08b72
1 changed files with 7 additions and 1 deletions
  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; 
 }