Fixed comments

This commit is contained in:
Joris Kinable 2019-08-15 17:59:21 +02:00
parent 8df1b8084d
commit 0a3928c8b6
2 changed files with 9 additions and 12 deletions

View file

@ -1 +0,0 @@
style.*.css

View file

@ -1,23 +1,21 @@
.horizontal-list { .horizontal-list {
display: flex; display: flex;
/* uncomment to allow title to expand onto its own line */
/*flex-wrap: wrap;*/
} }
.horizontal-list.bottom { .horizontal-list.bottom {
display: table; display: table;
} }
.flux .item { .flux .item {
flex-shrink: 0; flex-shrink: 0;
line-height: normal; line-height: normal;
padding: .3em 0; padding: .3em 0;
} }
.flux .item > a { .flux .item > a {
white-space: normal; white-space: normal;
} }
.flux:not(.current):hover .item.title { .flux:not(.current):hover .item.title {
position: relative; position: relative;
max-width: inherit; max-width: inherit;
} }
.flux_header .title { .flux_header .title {
flex: auto; flex: auto;
} }