aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2010-11-04 03:23:09 -0700
committerFriendika <info@friendika.com>2010-11-04 03:23:09 -0700
commit8341ce9ce836ac626286655ca8e774a17293b2b1 (patch)
tree365b1b12e8040ebbaee5ecdf1501f83feb5c36d9 /view/theme
parent95a425a1f39e784d7dc8a8b7302cf24bc8c0f0f4 (diff)
downloadvolse-hubzilla-8341ce9ce836ac626286655ca8e774a17293b2b1.tar.gz
volse-hubzilla-8341ce9ce836ac626286655ca8e774a17293b2b1.tar.bz2
volse-hubzilla-8341ce9ce836ac626286655ca8e774a17293b2b1.zip
ativity rel links went to target instead of object
Diffstat (limited to 'view/theme')
-rw-r--r--view/theme/default/style.css14
1 files changed, 7 insertions, 7 deletions
diff --git a/view/theme/default/style.css b/view/theme/default/style.css
index 7ccccd911..f4bff7622 100644
--- a/view/theme/default/style.css
+++ b/view/theme/default/style.css
@@ -47,13 +47,13 @@ img {
border: none;
}
code {
- font-family: monospace;
+ font-family: Courier, monospace;
white-space: pre;
display: block;
overflow: auto;
- border: 1;
- background: #000000;
- color: #44FF44;
+ border: 1px solid #444;
+ background: #EEE;
+ color: #444;
padding: 10px;
margin-top: 20px;
}
@@ -124,10 +124,10 @@ blockquote:before {
color: #F5F6FB;
- font-family: "lucida sans", verdana, sans;
+/* font-family: "lucida sans", verdana, sans; */
font-size: 1.8em;
- letter-spacing: 0.08em;
- font-weight: bold;
+ letter-spacing: 0.12em;
+/* font-weight: bold; */
position: absolute;
top: 10px;
left: 40%;