aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2010-11-05 02:19:39 -0700
committerFriendika <info@friendika.com>2010-11-05 02:19:39 -0700
commit206eee02294cc75c06479f599c03e5a95ea5ee70 (patch)
treeea519bbde2746f2bf5d3e6c71305c935ff80ed31 /view
parentb94cb8d234d70bc534ad1cef767b9f62d10eef26 (diff)
downloadvolse-hubzilla-206eee02294cc75c06479f599c03e5a95ea5ee70.tar.gz
volse-hubzilla-206eee02294cc75c06479f599c03e5a95ea5ee70.tar.bz2
volse-hubzilla-206eee02294cc75c06479f599c03e5a95ea5ee70.zip
preserve newlines on all networks
Diffstat (limited to 'view')
-rw-r--r--view/theme/default/style.css6
1 files changed, 2 insertions, 4 deletions
diff --git a/view/theme/default/style.css b/view/theme/default/style.css
index f4bff7622..fd51e1d53 100644
--- a/view/theme/default/style.css
+++ b/view/theme/default/style.css
@@ -14,7 +14,7 @@
body {
background: #F5F6FB;
color: #444444;
- font-family: "Lucida Grande", Tahoma, sans-serif;
+ font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
font-size: 90%;
margin-left: 10px;
}
@@ -123,11 +123,9 @@ blockquote:before {
#banner {
color: #F5F6FB;
-
-/* font-family: "lucida sans", verdana, sans; */
+ font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
font-size: 1.8em;
letter-spacing: 0.12em;
-/* font-weight: bold; */
position: absolute;
top: 10px;
left: 40%;