From b678766c7d0e383d1f6a92d4234da30e77f08665 Mon Sep 17 00:00:00 2001
From: Jan-Christoph Borchardt <hey@jancborchardt.net>
Date: Mon, 18 Nov 2013 17:30:24 +0100
Subject: [PATCH] remove bold from legend, table header, label - less obtrusive

---
 core/css/styles.css | 2 --
 1 file changed, 2 deletions(-)

diff --git a/core/css/styles.css b/core/css/styles.css
index 15eae529b4..fc213e09eb 100644
--- a/core/css/styles.css
+++ b/core/css/styles.css
@@ -696,8 +696,6 @@ tbody tr:hover, tr:active { background-color:#f8f8f8; }
 }
 #body-settings .personalblock#quota { position:relative; padding:0; }
 #body-settings #controls+.helpblock { position:relative; margin-top:3em; }
-.personalblock > legend { margin-top:2em; }
-.personalblock > legend, th, dt, label { font-weight:bold; }
 code { font-family:"Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono", monospace; }
 
 #quota div {
-- 
GitLab