Defect #41401 » 0002-Apply-proportional-nums-for-wiki-text-except-for-tab.patch
app/assets/stylesheets/application.css | ||
---|---|---|
1408 | 1408 |
} |
1409 | 1409 | |
1410 | 1410 |
/***** Wiki *****/ |
1411 |
div.wiki { |
|
1412 |
font-variant-numeric: proportional-nums; |
|
1413 |
& table, & pre, & code, & ol>li::marker { |
|
1414 |
font-variant-numeric: tabular-nums; |
|
1415 |
} |
|
1416 |
} |
|
1417 | ||
1411 | 1418 |
div.wiki table { |
1412 | 1419 |
border-collapse: collapse; |
1413 | 1420 |
margin-bottom: 1em; |
- « Previous
- 1
- 2
- 3
- 4
- Next »