diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2007-09-06 17:06:07 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2007-09-06 17:06:07 +0000 |
commit | 42db3cac06ad7f49dc10c7993e2df54b5bb4b2ab (patch) | |
tree | 26f3dc7e68a723cfe7dba800f89a341a467cc167 /public/stylesheets/scm.css | |
parent | 22c5e0d61481f4d33d4eab48a7007ad49fb00190 (diff) | |
download | redmine-42db3cac06ad7f49dc10c7993e2df54b5bb4b2ab.tar.gz redmine-42db3cac06ad7f49dc10c7993e2df54b5bb4b2ab.zip |
Added code highlighting support in wiki, using this syntax:
<pre><code> <-- cut here
<pre><code class="ruby">
Place you code here.
</code></pre>
cut here --> </pre></code>
git-svn-id: http://redmine.rubyforge.org/svn/trunk@710 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'public/stylesheets/scm.css')
-rw-r--r-- | public/stylesheets/scm.css | 2 |
1 files changed, 1 insertions, 1 deletions
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 } |