mirror of
https://github.com/Smaug123/KaTeX
synced 2025-10-06 03:38:39 +00:00
Add llap and rlap
Summary: By the powers of Greyskull (and maybe css) we have vanquished the great and powerful llap! All hail! Test Plan: Add some \llap and \rlap. Make sure it's positioned correctly. Reviewers: spicyj Reviewed By: spicyj Differential Revision: http://phabricator.benalpert.com/D48
This commit is contained in:
@@ -129,6 +129,20 @@ big parens
|
||||
width: 2em;
|
||||
}
|
||||
|
||||
.llap, .rlap {
|
||||
width: 0;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.llap > span {
|
||||
position: absolute;
|
||||
right: 0;
|
||||
}
|
||||
|
||||
.rlap > span {
|
||||
position: absolute;
|
||||
left: 0;
|
||||
}
|
||||
|
||||
.mord.blue { color: #6495ed; }
|
||||
.mord.orange { color: #ffa500; }
|
||||
|
Reference in New Issue
Block a user