a few markdown style updates (#885)

* markdown block padding

* a few more markdown style updates
This commit is contained in:
Devin Howard 2016-10-31 15:38:16 +08:00 committed by GitHub
parent 62e2acdd52
commit 814c1acc0f

View file

@ -138,21 +138,35 @@
resize: none; resize: none;
} }
.CardOnGraph .desc h3 { /*
font-style:normal; * Styling for Markdown in topic cards
margin-top:5px; */
}
.CardOnGraph .desc ol, .CardOnGraph .desc {
.CardOnGraph .desc ul { p, ol, ul {
padding: 0.15em 0;
}
h1, h2, h3, h4, h5, h6 {
font-style: normal;
padding: 0.25em 0;
}
ol,
ul {
margin-left: 1em; margin-left: 1em;
}
} a:hover {
.CardOnGraph .desc a:hover {
text-decoration: underline; text-decoration: underline;
opacity: 0.9; opacity: 0.9;
}
} }
/*
* End Markdown styling
*/
.CardOnGraph .best_in_place_desc { .CardOnGraph .best_in_place_desc {
display:block; display:block;
margin-top:2px; margin-top:2px;