From 42db3cac06ad7f49dc10c7993e2df54b5bb4b2ab Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Thu, 6 Sep 2007 17:06:07 +0000 Subject: Added code highlighting support in wiki, using this syntax:
 <-- cut here

  

    Place you code here.
  
cut here -->
git-svn-id: http://redmine.rubyforge.org/svn/trunk@710 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- public/stylesheets/scm.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'public/stylesheets/scm.css') diff --git a/public/stylesheets/scm.css b/public/stylesheets/scm.css index 88d7cec37..338229b0b 100644 --- a/public/stylesheets/scm.css +++ b/public/stylesheets/scm.css @@ -29,7 +29,7 @@ table.list thead th.list-filename { /************* Coderay styles *************/ -.CodeRay { +table.CodeRay { background-color: #fafafa; } .CodeRay pre { margin: 0px } -- cgit v1.2.3