Skip to content

Commit afb33b1

Browse files
Restoring monospaced font on pseudo-code for grid track sizing algorithm.
1 parent a63de03 commit afb33b1

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

css3-grid-align/Overview.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@
1919
text-align:left
2020
}
2121

22+
.pseudo-code {
23+
font-family:monospace
24+
}
2225
.pseudo-code > ol {
2326
list-style-type:decimal
2427
}

css3-grid-align/Overview.src.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@
1414
text-align:left
1515
}
1616

17+
.pseudo-code {
18+
font-family:monospace
19+
}
1720
.pseudo-code > ol {
1821
list-style-type:decimal
1922
}

0 commit comments

Comments
 (0)