Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- .eqn {
- color: gray;
- border-style: none none solid none;
- border-width: 0px 0px 1px 1px;
- /*padding: 0em 1em 0em 1em;*/
- }
- .inline:before {
- content: "$\0020";
- color: inherit;
- }
- .inline:after {
- content: "\0020$";
- color: inherit;
- }
- .display:before {
- content: "$$";
- color: inherit;
- }
- .display:after {
- content: " $$";
- color: inherit;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement