Browse Source

Make cite tag italic

Herby Vojčík 4 năm trước cách đây
mục cha
commit
a74534f012
1 tập tin đã thay đổi với 3 bổ sung1 xóa
  1. 3 1
      css/style.css

+ 3 - 1
css/style.css

@@ -47,7 +47,9 @@ table {
 	border-collapse: collapse;
 	border-spacing: 0;
 }
-
+cite {
+	font-style: italic;
+}
 
 body {
     background: #FAF8F1 url(../images/bg.png) repeat;