diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2014-06-05 11:29:56 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2014-06-05 11:29:56 +0200 |
commit | 0ac1086ef6968f0c3e440c0d9c3d549a328708ac (patch) | |
tree | 2efa022aa9d0eb5233548b570887555d0f07f4a5 /core | |
parent | bd373d9621a409cba626ac7b1a4bb9d03c3b0f3b (diff) | |
download | nextcloud-server-0ac1086ef6968f0c3e440c0d9c3d549a328708ac.tar.gz nextcloud-server-0ac1086ef6968f0c3e440c0d9c3d549a328708ac.zip |
fix size and unbold empty content message
Diffstat (limited to 'core')
-rw-r--r-- | core/css/styles.css | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/core/css/styles.css b/core/css/styles.css index 6eb09e6e942..9b8a9cc660c 100644 --- a/core/css/styles.css +++ b/core/css/styles.css @@ -283,8 +283,7 @@ input[type="submit"].enabled { } #emptycontent { - font-size: 1.5em; - font-weight: bold; + font-size: 16px; color: #888; position: absolute; text-align: center; |