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 +}