diff options
author | goatchurch <devnull@localhost> | 2009-06-09 18:59:54 +0100 |
---|---|---|
committer | goatchurch <devnull@localhost> | 2009-06-09 18:59:54 +0100 |
commit | 17175637dcd90adaa2d59c5ef127d9e710a2e716 (patch) | |
tree | f831c55b7727146e811cd1ff1542ddfcd4185ecc /media | |
parent | 32b5c7fbb098e14f1340122bbb7c1df205d01173 (diff) | |
download | troggle-17175637dcd90adaa2d59c5ef127d9e710a2e716.tar.gz troggle-17175637dcd90adaa2d59c5ef127d9e710a2e716.tar.bz2 troggle-17175637dcd90adaa2d59c5ef127d9e710a2e716.zip |
[svn] codemirror
Diffstat (limited to 'media')
-rw-r--r-- | media/css/main2.css | 11 |
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;
+}
|