Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
add some margin around pre in articles
  • Loading branch information
bclozel committed Sep 18, 2011
commit 72d8ce1ea39c0da58125175b394ac10647ec676f
5 changes: 5 additions & 0 deletions public/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -299,6 +299,10 @@ ul {
border-bottom-color: #480c28;
}

#content img {
border: solid 3px #999;
}

/* ---- Article ---- */

article {
Expand All @@ -322,6 +326,7 @@ article pre {
background: #eee;
padding: 1em;
border: solid 1px #999;
margin: 2em 0pt;
}

article p, article ul {
Expand Down