Fix blockquote and li font sizes

This commit is contained in:
Jakob Borg
2015-06-03 19:46:27 +02:00
parent 08e652b2a2
commit f9fda9eca4
+5
View File
@@ -1,3 +1,8 @@
/* These don't get the default font size from the theme for whatever reason. */
.rst-content blockquote, .rst-content li {
font-size: 18px;
line-height: 27px;
}
.strike {
text-decoration: line-through;
}