about summary refs log tree commit diff homepage
path: root/www/content.css
diff options
context:
space:
mode:
Diffstat (limited to 'www/content.css')
-rw-r--r--www/content.css9
1 files changed, 9 insertions, 0 deletions
diff --git a/www/content.css b/www/content.css
index ab6983b4..caee1f00 100644
--- a/www/content.css
+++ b/www/content.css
@@ -23,3 +23,12 @@ IMG.img_slide {
 
 /* Tables */
 tr { vertical-align:top }
+
+/* Code */
+div.code{
+    border: 1px solid LightSteelBlue ;
+    font-family: Courier New;
+    background-color: #E3E3E3;
+    padding: 7px;
+    margin: 7px;
+}