Skip to content

Commit

Permalink
remove code div wrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
jedahu committed Nov 24, 2011
1 parent e09946f commit 75dfc01
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions project.clj
Expand Up @@ -49,7 +49,7 @@
; semi-colon comment tokens. A small source example with anchors, includes,
; and wiki links might look like this:
;
; <div class=code><pre class='brush: clojure'>
; <pre class='brush: clojure'>
; ; # My awesome program
; ;
; ; Introductory paragraph. Fast forward to the [[code]].
Expand All @@ -64,7 +64,7 @@
;
; ;%include fibonacci.clj
; ;%include fibonacci.js // javascript
; </pre></div>
; </pre>
;
; As you can see, files written in different languages can be included. In this
; example `fibonacci.js` is followed by the comment syntax and language name to
Expand Down
1 change: 0 additions & 1 deletion resources/page.css
@@ -1,4 +1,3 @@
div.code,
pre
{
background-color: #f5f5ff;
Expand Down
3 changes: 2 additions & 1 deletion resources/shThemeEclipse.css
@@ -1,5 +1,6 @@
.syntaxhighlighter {
background-color: transparent !important;
background-color: #f5f5ff !important;
border: solid 1px #e5e5ee !important;
}
.syntaxhighlighter .line.alt1 {
background-color: transparent !important;
Expand Down
1 change: 1 addition & 0 deletions src/me/panzoo/story.clj
Expand Up @@ -438,6 +438,7 @@
"SyntaxHighlighter.defaults['smart-tabs'] = false;"
"SyntaxHighlighter.defaults['gutter'] = false;"
"SyntaxHighlighter.defaults['unindent'] = false;"
"SyntaxHighlighter.defaults['class-name'] = 'code';"
"SyntaxHighlighter.all();")))

; [h50](http://code.google.com/p/h5o/), the HTML5 outliner is used to create
Expand Down

0 comments on commit 75dfc01

Please sign in to comment.