summaryrefslogtreecommitdiffstats
path: root/media
diff options
context:
space:
mode:
authorgoatchurch <devnull@localhost>2009-06-09 18:59:54 +0100
committergoatchurch <devnull@localhost>2009-06-09 18:59:54 +0100
commit17175637dcd90adaa2d59c5ef127d9e710a2e716 (patch)
treef831c55b7727146e811cd1ff1542ddfcd4185ecc /media
parent32b5c7fbb098e14f1340122bbb7c1df205d01173 (diff)
downloadtroggle-17175637dcd90adaa2d59c5ef127d9e710a2e716.tar.gz
troggle-17175637dcd90adaa2d59c5ef127d9e710a2e716.tar.bz2
troggle-17175637dcd90adaa2d59c5ef127d9e710a2e716.zip
[svn] codemirror
Diffstat (limited to 'media')
-rw-r--r--media/css/main2.css11
1 files changed, 10 insertions, 1 deletions
diff --git a/media/css/main2.css b/media/css/main2.css
index fee993c..caa6310 100644
--- a/media/css/main2.css
+++ b/media/css/main2.css
@@ -336,4 +336,13 @@ img.thumbnail {
}
br.clearfloat {
clear:both;
-} \ No newline at end of file
+}
+
+div.codeframebit
+{
+ border:thin black dotted;
+}
+.CodeMirror-line-numbers
+{
+ background-color: #bbb;
+}