Skip to content

Commit bad2112

Browse files
authored
Horizontal Lists: Use full width (#775)
* Horizontal Lists: Use full width * Cleanup: Whitespace
1 parent ad7a8a4 commit bad2112

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

sass/_theme_rst.sass

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,10 @@
230230
line-height: 0
231231
font-size: 90%
232232

233+
// Horizontal lists have multiple columns; use full width
234+
.hlist
235+
width: 100%
236+
233237
// Tables! Sphinx LOVES TABLES. Most of wyrm assumes you're only going to use a table as a table
234238
// so I have to write a bunch of unique stuff for Sphinx to style them up differently like it's 2003.
235239
table.docutils.citation, table.docutils.footnote

0 commit comments

Comments
 (0)