Skip to content

Commit

Permalink
POD rendering: verbatim paragraphs not formatted without JS, closes m…
Browse files Browse the repository at this point in the history
  • Loading branch information
monken committed Aug 2, 2011
1 parent a1d4096 commit 74cb033
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion root/static/css/shCore.css
Expand Up @@ -54,7 +54,7 @@
min-height: auto !important;
}

.syntaxhighlighter {
.syntaxhighlighter, .pod pre {
width: 100% !important;
margin: 1em 0 1em 0 !important;
position: relative !important;
Expand Down
14 changes: 7 additions & 7 deletions root/static/css/style.css
Expand Up @@ -511,19 +511,19 @@ button.favorite:hover, button.favorite.active, a.favorite.active, a.favorite:hov

ul#index, #index ul { list-style-type: none; }

.syntaxhighlighter {
border-top: 10px solid #f9f9f9;
border-bottom: 10px solid #f9f9f9;
.syntaxhighlighter, .pod pre {
border-top: 10px solid #f9f9f9 !important;
border-bottom: 10px solid #f9f9f9 !important;
width: auto !important;
overflow-y: hidden !important;
}

.nogutter {
border-left: 10px solid #f9f9f9;
.nogutter, .pod pre {
border-left: 10px solid #f9f9f9 !important;
}

.syntaxhighlighter {
background-color: #eee !important;
.syntaxhighlighter, .pod pre {
background-color: #f9f9f9 !important;
}
.syntaxhighlighter .line.alt1 {
background-color: #f9f9f9 !important;
Expand Down

0 comments on commit 74cb033

Please sign in to comment.