diff options
author | Friendika <info@friendika.com> | 2010-11-04 03:23:09 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2010-11-04 03:23:09 -0700 |
commit | 8341ce9ce836ac626286655ca8e774a17293b2b1 (patch) | |
tree | 365b1b12e8040ebbaee5ecdf1501f83feb5c36d9 /view/theme/default | |
parent | 95a425a1f39e784d7dc8a8b7302cf24bc8c0f0f4 (diff) | |
download | volse-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/default')
-rw-r--r-- | view/theme/default/style.css | 14 |
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%; |