aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/sisu/v2/css.rb
diff options
context:
space:
mode:
authorRalph Amissah <ralph@amissah.com>2010-07-06 14:42:14 -0400
committerRalph Amissah <ralph@amissah.com>2010-07-06 14:42:14 -0400
commit07e97b0498d734882a380a59d64cad5f8f3a35fc (patch)
tree4c7ec0141f06ff4cfbaf25e622221e89f5e03ef8 /lib/sisu/v2/css.rb
parentvim syntax, recognize #{ monospace }# tag (diff)
html, monospace font (codeblock & monospace tag)
Diffstat (limited to 'lib/sisu/v2/css.rb')
-rw-r--r--lib/sisu/v2/css.rb5
1 files changed, 5 insertions, 0 deletions
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;