/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
- ins {
- border-bottom: 1px solid green;
- text-decoration: none;
- color: green;
- }
-
- del {
- color: Red;
- text-decoration: line-through;
- }
-
- cite {
- border-bottom: 1px dashed blue;
- }
-
- acronym {
- border-bottom: 1px dotted #CCC;
- cursor: help;
- }
-
- abbr, html\:abbr {
- border-bottom: 1px dashed #CCC;
- cursor: help;
- }