/static/scripts/tiny_mce/plugins/xhtmlxtras/css/xhtmlxtras.css

http://n23.googlecode.com/ · CSS · 24 lines · 20 code · 4 blank · 0 comment · 0 complexity · 514c504f581a48f031e0e3845a2bed62 MD5 · raw file

  1. ins {
  2. border-bottom: 1px solid green;
  3. text-decoration: none;
  4. color: green;
  5. }
  6. del {
  7. color: Red;
  8. text-decoration: line-through;
  9. }
  10. cite {
  11. border-bottom: 1px dashed blue;
  12. }
  13. acronym {
  14. border-bottom: 1px dotted #CCC;
  15. cursor: help;
  16. }
  17. abbr, html\:abbr {
  18. border-bottom: 1px dashed #CCC;
  19. cursor: help;
  20. }