Skip to content

Commit

Permalink
Move <pre> padding to the prettify desert skin to avoid an extra spac…
Browse files Browse the repository at this point in the history
…e for

the first character.
  • Loading branch information
hdeshev committed Jan 11, 2012
1 parent ec712c3 commit 8adb6fd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion prettify/desert.css
@@ -1,5 +1,5 @@
/* desert scheme ported from vim to google prettify */
pre { display: block; background-color: #333 }
pre { display: block; background-color: #333; padding: 10px; }
pre .nocode { background-color: none; color: #000 }
pre .str { color: #ffa0a0 } /* string - pink */
pre .kwd { color: #f0e68c; font-weight: bold }
Expand Down
1 change: 0 additions & 1 deletion stylesheets/filer.css
Expand Up @@ -8,7 +8,6 @@ body p {
}

pre,code {
padding: 0.5em;
border-radius: 5px;
text-shadow: none;
margin: 1em auto;
Expand Down

0 comments on commit 8adb6fd

Please sign in to comment.