From 520a88554f2f10941022dc8082d8c698508f68a1 Mon Sep 17 00:00:00 2001 From: Razvan Diaconu Date: Sat, 3 Dec 2016 23:35:36 +0200 Subject: [PATCH] Capitalized the name after the hyphen --- www/styles.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/www/styles.css b/www/styles.css index be7d350..cc1a227 100644 --- a/www/styles.css +++ b/www/styles.css @@ -53,6 +53,9 @@ body { .medium { font-size: 0.9em; } +.medium a { + text-transform: capitalize; +} .big { font-size: 1.2em; } @@ -1042,4 +1045,4 @@ a.new_link:hover { text-decoration: underline; cursor: pointer; cursor: hand; -} \ No newline at end of file +}