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
path: root/core
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2013-04-11 19:20:24 +0400
committerJan-Christoph Borchardt <hey@jancborchardt.net>2013-04-12 21:10:20 +0400
commit5e817584dbc42b5e019c7f6db4d0f057a049c297 (patch)
treedf9853471b4877f138ff6fcd53a86b91f1e1f77e /core
parentfbcb4b2673430fb94fcbf79ca858c577fd8d019f (diff)
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 0a529eff588..755c8146c91 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 */
@@ -40,7 +40,7 @@ filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#35537a', endC
input[type="text"], input[type="password"], input[type="search"], input[type="number"], input[type="email"],
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;