Skip to content

Commit

Permalink
More changes to bring styling in line with Github
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-p committed Jun 6, 2012
1 parent 386851c commit 0f2a8d8
Showing 1 changed file with 19 additions and 3 deletions.
22 changes: 19 additions & 3 deletions src/common/github.css.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,25 @@ pre code { \
border: 1px solid #CCC; \
padding: 6px 10px; \
} \
li p { \
margin: 0.3em; \
ul, ol { \
padding-left: 30px; \
} \
p, blockquote, ul, ol, dl, li, table, pre { \
margin: 15px 0; \
} \
dl { \
padding: 0; \
} \
dl dt { \
font-size: 14px; \
font-weight: bold; \
font-style: italic; \
padding: 0; \
margin: 15px 0 5px; \
} \
dl dd { \
margin: 0 0 15px; \
padding: 0 15px; \
} \
a:link, a:visited { \
color: #33e; \
Expand Down Expand Up @@ -85,7 +102,6 @@ h6 { \
} \
table { \
padding: 0; \
margin: 15px 0; \
border-collapse: collapse; \
border-spacing: 0; \
font-size: 100%; \
Expand Down

0 comments on commit 0f2a8d8

Please sign in to comment.