Advertisement
Guest User

CSS for test

a guest
Jun 14th, 2012
290
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.37 KB | None | 0 0
  1. .eqn {
  2.     color: gray;
  3.     border-style: none none solid none;
  4.     border-width: 0px 0px 1px 1px;
  5.     /*padding: 0em 1em 0em 1em;*/
  6. }
  7.  
  8. .inline:before {
  9.     content: "$\0020";
  10.     color: inherit;
  11. }
  12.  
  13. .inline:after {
  14.     content: "\0020$";
  15.     color: inherit;
  16. }
  17.  
  18. .display:before {
  19.     content: "$$";
  20.     color: inherit;
  21. }
  22.  
  23. .display:after {
  24.     content: " $$";
  25.     color: inherit;
  26. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement