a few markdown style updates ()

* 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,20 +138,34 @@
resize: none; resize: none;
} }
.CardOnGraph .desc h3 { /*
* Styling for Markdown in topic cards
*/
.CardOnGraph .desc {
p, ol, ul {
padding: 0.15em 0;
}
h1, h2, h3, h4, h5, h6 {
font-style: normal; font-style: normal;
margin-top:5px; padding: 0.25em 0;
} }
.CardOnGraph .desc ol, ol,
.CardOnGraph .desc ul { ul {
margin-left: 1em; margin-left: 1em;
} }
.CardOnGraph .desc a:hover {
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;