summaryrefslogtreecommitdiffstats
path: root/settings
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2015-11-10 17:52:09 +0100
committerThomas Müller <thomas.mueller@tmit.eu>2015-11-10 17:52:09 +0100
commitdd153a562591d594609792bb7ac4eab8df8f7d21 (patch)
tree07a6b8a637d0e40caefa30e4ef17f25ed5725a58 /settings
parentb1731245ee8bca2db9f2786e9e79b497339a460b (diff)
parent83c177fc1b010aba12382a8ac66df9f9b7142b75 (diff)
downloadnextcloud-server-dd153a562591d594609792bb7ac4eab8df8f7d21.tar.gz
nextcloud-server-dd153a562591d594609792bb7ac4eab8df8f7d21.zip
Merge pull request #20176 from owncloud/font-style
move font back from Light to Regular for body text, fix #18954
Diffstat (limited to 'settings')
-rw-r--r--settings/css/settings.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/settings/css/settings.css b/settings/css/settings.css
index 5fa9b30a647..60ba805d3ca 100644
--- a/settings/css/settings.css
+++ b/settings/css/settings.css
@@ -19,6 +19,7 @@ input#openid, input#webdav { width:20em; }
margin-top: -30px;
}
.clientsbox h2 {
+ font-weight: 300;
font-size: 20px;
margin: 35px 0 10px;
}
@@ -26,7 +27,7 @@ input#openid, input#webdav { width:20em; }
margin-top: 10px;
}
.clientsbox a {
- font-weight: bold;
+ font-weight: 600;
}
#displaynameerror {