From 563a21b886aa1d2dda2eb55944255a175e9352e5 Mon Sep 17 00:00:00 2001 From: josdejong Date: Fri, 20 Sep 2013 12:29:37 +0200 Subject: [PATCH] Fixed css style of subtitle --- css/style.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/css/style.css b/css/style.css index 289dc26f..9f66bc84 100644 --- a/css/style.css +++ b/css/style.css @@ -56,6 +56,12 @@ div.nav a { font-weight: bold; } +.subtitle { + color: gray; + text-transform: uppercase; + font-size: 11pt; +} + .download td { border: none; padding: 5px 20px 5px 0;