Markdown css fixes

This commit is contained in:
andystrobel 2015-02-23 09:14:30 +01:00
parent 8d9e012c46
commit 9df5df5fa4
3 changed files with 1 additions and 4 deletions

View File

@ -944,6 +944,7 @@ ul.tour-list {
display: inline-block;
}
// Markdown
.markdown-render {
h1, h2, h3, h4, h5, h6 {
font-weight: bold !important;

View File

@ -1250,6 +1250,4 @@ img.bounceIn {
.markdown-render a,
.markdown-render a:visited {
color: #4CD9C0 !important;
background-color: inherit;
text-decoration: none;
}

View File

@ -1665,8 +1665,6 @@ img.bounceIn {
a, a:visited {
color: #4CD9C0 !important;
background-color: inherit;
text-decoration: none;
}
}