From 8341ce9ce836ac626286655ca8e774a17293b2b1 Mon Sep 17 00:00:00 2001 From: Friendika Date: Thu, 4 Nov 2010 03:23:09 -0700 Subject: ativity rel links went to target instead of object --- view/theme/default/style.css | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'view/theme') 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%; -- cgit v1.2.3