From 07e97b0498d734882a380a59d64cad5f8f3a35fc Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Tue, 6 Jul 2010 14:42:14 -0400 Subject: html, monospace font (codeblock & monospace tag) --- lib/sisu/v2/css.rb | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'lib/sisu/v2/css.rb') diff --git a/lib/sisu/v2/css.rb b/lib/sisu/v2/css.rb index f088c44e..38913431 100644 --- a/lib/sisu/v2/css.rb +++ b/lib/sisu/v2/css.rb @@ -605,6 +605,11 @@ WOK background: #880000; } + tt { + font-family: inconsolata, andale mono, courier new, courier, monospace; + background-color: #eeeeee; + } + label.ocn { width: 2%; float: right; -- cgit v1.2.3