Skip to content

Commit

Permalink
Remove code tags styling under pre elements
Browse files Browse the repository at this point in the history
Since RDoc 4+ now wraps code blocks under a code tag, the style of the
code blocks is not backward compatible with the previous one.
  • Loading branch information
robin850 committed Jan 28, 2014
1 parent 08e6426 commit db99e40
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions lib/rdoc/generator/template/rails/resources/css/github.css
Expand Up @@ -4,12 +4,6 @@ github.com style (c) Vasily Polovnyov <vast@whiteants.net>
*/

pre code {
display: block; padding: 0.5em;
color: #000;
background: #f8f8ff
}

pre .comment,
pre .template_comment,
pre .diff .header,
Expand Down

0 comments on commit db99e40

Please sign in to comment.