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
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2015-10-30 06:47:00 +0300
committerJan-Christoph Borchardt <hey@jancborchardt.net>2015-11-10 18:12:42 +0300
commit83c177fc1b010aba12382a8ac66df9f9b7142b75 (patch)
treee39a177483a05fccf2755456c30736a7c070ab29 /settings/css
parente4900c6c4c7f28261cceb7e6ddc30bce5bc87bd4 (diff)
move font back from Light to Regular for body text on normal-res screens, fix #18954
Diffstat (limited to 'settings/css')
-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 {