Patch #32890 » 0001-Remove-duplicate-white-space-property.patch
| public/stylesheets/application.css | ||
|---|---|---|
| 679 | 679 | |
| 680 | 680 |
ul.subprojects {list-style: none; display: inline-block; padding: 0; margin: 0;}
|
| 681 | 681 |
ul.subprojects li {float: left;}
|
| 682 |
ul.subprojects li:not(:last-child)::after {content: ', '; white-space: pre; white-space: pre;}
|
|
| 682 |
ul.subprojects li:not(:last-child)::after {content: ', '; white-space: pre;}
|
|
| 683 | 683 | |
| 684 | 684 |
#related-issues li img {vertical-align:middle;}
|
| 685 | 685 | |