Merge pull request #5926 from owncloud/less-bold

remove bold from legend, table header, label - less obtrusive
This commit is contained in:
Frank Karlitschek 2013-11-19 13:57:21 -08:00
commit 8bc339413b

View File

@ -726,8 +726,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 {