Skip to content

Commit

Permalink
line-height fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
prakhar1989 committed Jun 19, 2016
1 parent 33df3d8 commit 3d946a2
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 14 deletions.
15 changes: 8 additions & 7 deletions build/markdown.css
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,9 @@ span.backtick {
a::-moz-selection{background:rgba(255,255,0,0.3);color:#0645ad}
a::selection{background:rgba(255,255,0,0.3);color:#0645ad}

p{
margin:1em 0;
p {
margin:1em 0;
line-height: 1.5;
}

img{
Expand Down Expand Up @@ -62,13 +63,13 @@ border-left: 0.5em #EEE solid;
hr { display: block; height: 2px; border: 0; border-top: 1px solid #aaa;border-bottom: 1px solid #eee; margin: 1em 0; padding: 0; }


pre , code, kbd, samp {
color: #000;
font-family: monospace;
font-size: 1.1em;
pre , code, kbd, samp {
color: #000;
font-family: monospace;
font-size: 1.1em;
border-radius:3px;
background-color: #F8F8F8;
border: 1px solid #CCC;
border: 1px solid #CCC;
}
pre { padding: 5px 12px; overflow-x: auto; }
pre code { border: 0px !important; padding: 0;}
Expand Down
15 changes: 8 additions & 7 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,9 @@
a::-moz-selection{background:rgba(255,255,0,0.3);color:#0645ad}
a::selection{background:rgba(255,255,0,0.3);color:#0645ad}

p{
margin:1em 0;
p {
margin:1em 0;
line-height: 1.5;
}

img{
Expand Down Expand Up @@ -86,13 +87,13 @@
hr { display: block; height: 2px; border: 0; border-top: 1px solid #aaa;border-bottom: 1px solid #eee; margin: 1em 0; padding: 0; }


pre , code, kbd, samp {
color: #000;
font-family: monospace;
font-size: 1.1em;
pre , code, kbd, samp {
color: #000;
font-family: monospace;
font-size: 1.1em;
border-radius:3px;
background-color: #F8F8F8;
border: 1px solid #CCC;
border: 1px solid #CCC;
}
pre { padding: 5px 12px; overflow-x: auto; }
pre code { border: 0px !important; padding: 0;}
Expand Down

0 comments on commit 3d946a2

Please sign in to comment.