Skip to content

Commit

Permalink
Removes some redundant CSS from code snippets in Pod
Browse files Browse the repository at this point in the history
  • Loading branch information
oalders committed Aug 31, 2011
1 parent 6102148 commit 6fcf6d6
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions root/static/css/style.css
Expand Up @@ -516,16 +516,10 @@ button.favorite:hover, button.favorite.active, a.favorite.active, a.favorite:hov
ul#index, #index ul { list-style-type: none; }

.syntaxhighlighter, .pod pre {
padding-top: 10px;
padding-bottom: 10px;
border: 1px solid #888888;
border: 1px solid #e9e9e9;
width: auto !important;
overflow-y: hidden !important;
background-color: #f3f3f3;
border-top: 1px solid #e9e9e9 !important;
border-bottom: 1px solid #e9e9e9 !important;
border-left: 1px solid #e9e9e9 !important;
border-right: 1px solid #e9e9e9 !important;
padding: 10px;
}

Expand Down

0 comments on commit 6fcf6d6

Please sign in to comment.