diff options
author | goatchurch <devnull@localhost> | 2009-06-09 19:15:31 +0100 |
---|---|---|
committer | goatchurch <devnull@localhost> | 2009-06-09 19:15:31 +0100 |
commit | d87f221a2b5e37e9ad339146d47e596e708ed9bb (patch) | |
tree | 478beabc729ea4a4f54d2728394d01fc6f4a2340 /media | |
parent | 6237a19d17d8596436a05b4d1a637276451e921e (diff) | |
download | troggle-d87f221a2b5e37e9ad339146d47e596e708ed9bb.tar.gz troggle-d87f221a2b5e37e9ad339146d47e596e708ed9bb.tar.bz2 troggle-d87f221a2b5e37e9ad339146d47e596e708ed9bb.zip |
[svn] fix the revert and css
Diffstat (limited to 'media')
-rw-r--r-- | media/css/main3.css | 19 |
1 files changed, 18 insertions, 1 deletions
diff --git a/media/css/main3.css b/media/css/main3.css index 24544a9..be613a2 100644 --- a/media/css/main3.css +++ b/media/css/main3.css @@ -344,4 +344,21 @@ h1 { .noticeBox {
border:thin black solid; width: 40%; color:#F00; margin-left:auto; margin-right:auto
-}
\ No newline at end of file +}
+
+div.codeframebit
+{
+ border:thin black solid;
+ background-color: #ffffdf;
+}
+CodeMirror-line-numbers
+{
+ background-color: #bbb;
+}
+div#difflistajax
+{
+ margin-left: 5px;
+ background-color: #dfffdf;
+ border: thin green solid;
+}
+
|