a few more markdown style updates

This commit is contained in:
Devin Howard 2016-10-30 12:26:25 +08:00
parent d7b179e348
commit 543fe098a1

View file

@ -138,24 +138,34 @@
resize: none;
}
.CardOnGraph .desc p {
padding: 0.15em 0;
/*
* Styling for Markdown in topic cards
*/
.CardOnGraph .desc {
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;
}
a:hover {
text-decoration: underline;
opacity: 0.9;
}
}
.CardOnGraph .desc h3 {
font-style:normal;
margin-top:5px;
}
.CardOnGraph .desc ol,
.CardOnGraph .desc ul {
margin-left: 1em;
padding: 0.15em 0;
}
.CardOnGraph .desc a:hover {
text-decoration: underline;
opacity: 0.9;
}
/*
* End Markdown styling
*/
.CardOnGraph .best_in_place_desc {
display:block;