From 53ff09ece2242384be2ca3fa5de62792b607a011 Mon Sep 17 00:00:00 2001 From: Shish Date: Thu, 15 Jan 2009 22:34:03 -0800 Subject: [PATCH] code style --- themes/default/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/themes/default/style.css b/themes/default/style.css index 329c3cac..45d8d28a 100644 --- a/themes/default/style.css +++ b/themes/default/style.css @@ -33,6 +33,10 @@ TD { vertical-align: top; text-align: center; } +CODE { + background: #DEDEDE; + font-size: 0.8em; +} #subtitle { width: 256px; font-size: 0.75em;