Skip to content

Commit e8b793f

Browse files
committed
Removed some old comments, including one that was preventing the Index from using columns.
1 parent 12369d7 commit e8b793f

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

css-module/default.css

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,13 +71,12 @@ a.logo:link, a.logo:visited {
7171
border-style: none;
7272
}
7373

74-
/* Hmm, this seems to confuse many browsers... */
7574
dl dd { margin: 0 0 1em 2em }
7675
.head dd { margin-bottom: 0; }
7776
ul, ol { margin-left: 0; padding-left: 2em; }
7877
li { margin: 0.25em 2em 0.5em 0; padding-left: 0 }
7978

80-
ul.indexlist { margin-left: 0; /*column-width: 13em; columns: 13em*/ }
79+
ul.indexlist { margin-left: 0; columns: 13em; }
8180
ul.indexlist li { margin-left: 0; list-style: none }
8281
ul.indexlist li li { margin-left: 1em }
8382

0 commit comments

Comments
 (0)