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 | c2a72ab4f1f1256123df1d40499b46948e50f272 (patch) | |
tree | a8dafecd182595babad715627c9acdd9b7b9017f /media | |
parent | 2927e27b6d3336be217c45f41682170743bbf733 (diff) | |
download | troggle-c2a72ab4f1f1256123df1d40499b46948e50f272.tar.gz troggle-c2a72ab4f1f1256123df1d40499b46948e50f272.tar.bz2 troggle-c2a72ab4f1f1256123df1d40499b46948e50f272.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;
+}
+
|