Browse Source

Make cite tag italic

Herby Vojčík 4 years ago
parent
commit
a74534f012
1 changed files with 3 additions and 1 deletions
  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;