Project

General

Profile

Defect #41401 » 0002-Apply-proportional-nums-for-wiki-text-except-for-tab.patch

Go MAEDA, 2024-10-14 08:14

View differences:

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;
(4-4/4)