summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2013-04-11 17:20:24 +0200
committerJan-Christoph Borchardt <hey@jancborchardt.net>2013-04-11 17:20:24 +0200
commit2e04a35277e20308c2e2d823ca366a18ada4ce50 (patch)
tree4c82476c8dd542b36f0a3638cb99135cf28b77b7 /core
parent1b3b766244b772573e797fec4eee0cdce847367b (diff)
downloadnextcloud-server-2e04a35277e20308c2e2d823ca366a18ada4ce50.tar.gz
nextcloud-server-2e04a35277e20308c2e2d823ca366a18ada4ce50.zip
use proper sans-serif font-stack
Diffstat (limited to 'core')
-rw-r--r--core/css/styles.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/css/styles.css b/core/css/styles.css
index 56ecd81895a..c54f02ec628 100644
--- a/core/css/styles.css
+++ b/core/css/styles.css
@@ -12,7 +12,7 @@ table, td, th { vertical-align:middle; }
a { border:0; color:#000; text-decoration:none;}
a, a *, input, input *, select, .button span, li, label { cursor:pointer; }
ul { list-style:none; }
-body { background:#fefefe; font:normal .8em/1.6em "Lucida Grande", Arial, Verdana, sans-serif; color:#000; }
+body { background:#fefefe; font:normal .8em/1.6em "Helvetica Neue",Helvetica,Arial,FreeSans,sans-serif; color:#000; }
/* HEADERS */
@@ -42,7 +42,7 @@ textarea, select,
button, .button,
#quota, div.jp-progress, .pager li a {
width:10em; margin:.3em; padding:.6em .5em .4em;
- font-size:1em; font-family:Arial, Verdana, sans-serif;
+ font-size:1em;
background:#fff; color:#333; border:1px solid #ddd; outline:none;
-moz-box-shadow:0 1px 1px #fff, 0 2px 0 #bbb inset; -webkit-box-shadow:0 1px 1px #fff, 0 1px 0 #bbb inset; box-shadow:0 1px 1px #fff, 0 1px 0 #bbb inset;
-moz-border-radius:.5em; -webkit-border-radius:.5em; border-radius:.5em;