changeset 268:dbee53530497

Added colouring for tt + pre
author Steve Kemp <steve@steve.org.uk>
date Mon, 04 Aug 2008 18:36:16 +0100
parents a85c9babe70f
children 53c79b52862a
files themes/blog.mail-scanning.com/layout.css
diffstat 1 files changed, 16 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/themes/blog.mail-scanning.com/layout.css	Wed Jul 23 18:55:04 2008 +0100
+++ b/themes/blog.mail-scanning.com/layout.css	Mon Aug 04 18:36:16 2008 +0100
@@ -109,8 +109,20 @@
 .navigation a:hover {background-position: left bottom; color: #234;}
 
 
+
+
+tt {
+    font-size : 120%;
+    background-color: #F0F8FF;
+}
+tt:hover{
+    background-color: #FAEBD7 !important;
+}
+
 pre {
-    border: 1px solid black;
-    background:	rgb(230,230,230);
-    overflow: auto;
-}
\ No newline at end of file
+    font-size : 120%;
+    background-color: #F0F8FF;
+}
+pre:hover{
+    background-color: #FAEBD7 !important;
+}