Skip to content

Commit

Permalink
update css
Browse files Browse the repository at this point in the history
  • Loading branch information
swcool committed Dec 28, 2013
1 parent 571cc4b commit 6437b05
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions markdownviewer.css
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ body {
}

article {
padding: 3px0px;
padding: 3px 0px;
border: 1px solid #cacaca;
background-color: white;
}
Expand Down Expand Up @@ -159,7 +159,7 @@ h4 {
h5 {
font-size:14px;
font-weight:bold;
margin:20px 0 10pxx;
margin:20px 0 10px;
}

h6 {
Expand Down Expand Up @@ -189,7 +189,7 @@ pre, code {
background-color:#f8f8f8;
border:1px solid #ccc;
font-size:13px;
line-height:12px9px;
line-height:12px 9px;
overflow:auto;
border-radius:3px;
-moz-border-radius:3px;
Expand All @@ -204,7 +204,7 @@ code {
border-radiuss:3px;
-moz-border-radius:3px;
-webkit-border-radius:3px;
margin:0 28pxpx;
margin:0 28px;
padding:0 5px;
}

Expand Down

0 comments on commit 6437b05

Please sign in to comment.