source: trunk/web/app/plugins/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/css/xhtmlxtras.css @ 6

Last change on this file since 6 was 6, checked in by dj3c1t, 12 years ago

mise a jour du trunk

File size: 332 bytes
Line 
1ins {
2        border-bottom: 1px solid green;
3        text-decoration: none;
4        color: green;
5}
6
7del {
8        color: Red;
9        text-decoration: line-through;
10}
11
12cite {
13        border-bottom: 1px dashed blue;
14}
15
16acronym {
17        border-bottom: 1px dotted #CCC;
18        cursor: help;
19}
20
21abbr, html\:abbr {
22        border-bottom: 1px dashed #CCC;
23        cursor: help;
24}
Note: See TracBrowser for help on using the repository browser.