125行目:
125行目:
/* @noflip */
/* @noflip */
text-align: left;
text-align: left;
+
}
+
+
/* Display nested lists inline and allow them to wrap */
+
.hlist dl dl, .hlist dl ol, .hlist dl ul,
+
.hlist ol dl, .hlist ol ol, .hlist ol ul,
+
.hlist ul dl, .hlist ul ol, .hlist ul ul {
+
display: inline;
+
white-space: normal;
}
}