Twenty Twelve: fix incorrect math in style.css rem example calculation, props TomasM. Closes #22019.
git-svn-id: https://develop.svn.wordpress.org/trunk@22069 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
e9a843c11c
commit
465e07a06f
@ -31,7 +31,7 @@ $line-height: 24;
|
||||
* Set a font-size and then set a line-height based on the font-size
|
||||
font-size: 16px
|
||||
font-size: 1.142857143rem; (16 / $rembase)
|
||||
line-height: 1.846153846; ($line-height / 16)
|
||||
line-height: 1.5; ($line-height / 16)
|
||||
|
||||
---------- Vertical spacing
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user