Fix lists in gui intro

This commit is contained in:
Jakob Borg
2015-06-10 17:43:07 +02:00
parent 9f4325980f
commit d707643ce6
2 changed files with 19 additions and 10 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
/* These don't get the default font size from the theme for whatever reason. */
.rst-content blockquote, .rst-content li {
.rst-content blockquote, .rst-content li, .rst-content dd, .rst-content dt {
font-size: 18px;
line-height: 27px;
}