Add the '\rule' command for drawing boxes

Summary:
Supports the 'ex' and 'em' units for sizes. Doesn't support the optional depth
argument.

Test Plan:
 - See that the huxley test looks good, and nothing else changed
 - See that the tests pass

Reviewers: alpert

Reviewed By: alpert

Differential Revision: http://phabricator.khanacademy.org/D12777
This commit is contained in:
Emily Eisenberg
2014-08-29 14:45:27 -07:00
parent a75bf1afc2
commit f17bbf1b05
8 changed files with 178 additions and 4 deletions

View File

@@ -305,6 +305,11 @@ big parens
}
}
.rule {
display: inline-block;
border-style: solid;
}
.overline {
.baseline-align-hack-outer;