Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorFrank Karlitschek <frank@owncloud.org>2013-11-20 01:57:21 +0400
committerFrank Karlitschek <frank@owncloud.org>2013-11-20 01:57:21 +0400
commit8bc339413ba2221fea9447f91ae093f3f1cf2ab4 (patch)
tree84406e0e038745f9686b77d765065963509d1692 /core
parent93ff86e31f30798b1e841863690290a8fd9a36de (diff)
parentb678766c7d0e383d1f6a92d4234da30e77f08665 (diff)
Merge pull request #5926 from owncloud/less-bold
remove bold from legend, table header, label - less obtrusive
Diffstat (limited to 'core')
-rw-r--r--core/css/styles.css2
1 files changed, 0 insertions, 2 deletions
diff --git a/core/css/styles.css b/core/css/styles.css
index e5662bf7923..f2561dd4620 100644
--- a/core/css/styles.css
+++ b/core/css/styles.css
@@ -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 {