From 3aecf57467c3085f73cea16faaf85dd65599ba18 Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Wed, 7 Nov 2012 23:42:17 +0100 Subject: [PATCH] bigger fontsize for h3 --- _shared_assets/themes/owncloud/static/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/_shared_assets/themes/owncloud/static/style.css b/_shared_assets/themes/owncloud/static/style.css index 5a9aedf1a..1285b350d 100644 --- a/_shared_assets/themes/owncloud/static/style.css +++ b/_shared_assets/themes/owncloud/static/style.css @@ -1151,6 +1151,7 @@ tt.file:before { h3 { margin-top: 25px; + font-size: 16px; }