diff options
author | Morris Jobke <hey@morrisjobke.de> | 2014-08-01 15:37:36 +0200 |
---|---|---|
committer | Morris Jobke <hey@morrisjobke.de> | 2014-08-01 15:37:36 +0200 |
commit | 46fae0a1dac7042147452bd348878ec40e060783 (patch) | |
tree | ec66d0535cd3d1cc9e06a091ac1316589a068d03 /core | |
parent | 293e671d2c575e51ae48e59ca4b75e42968a4839 (diff) | |
download | nextcloud-server-46fae0a1dac7042147452bd348878ec40e060783.tar.gz nextcloud-server-46fae0a1dac7042147452bd348878ec40e060783.zip |
add white as background-color
Diffstat (limited to 'core')
-rw-r--r-- | core/css/styles.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/css/styles.css b/core/css/styles.css index f93e26b5cd7..9c615c98c84 100644 --- a/core/css/styles.css +++ b/core/css/styles.css @@ -15,6 +15,7 @@ ul { list-style:none; } body { + background-color: #ffffff; font-weight: normal; font-size: .8em; line-height: 1.6em; |