bug 2509: fix file permissions
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / js / tinymce / jscripts / tiny_mce / plugins / xhtmlxtras / css / xhtmlxtras.css
1 ins {\r
2         border-bottom: 1px solid green;\r
3         text-decoration: none;\r
4         color: green;\r
5 }\r
6 \r
7 del {\r
8         color: Red;\r
9         text-decoration: line-through;\r
10 }\r
11 \r
12 cite {\r
13         border-bottom: 1px dashed blue;\r
14 }\r
15 \r
16 acronym {\r
17         border-bottom: 1px dotted #CCC;\r
18         cursor: help;\r
19 }\r
20 \r
21 abbr, html\:abbr {\r
22         border-bottom: 1px dashed #CCC;\r
23         cursor: help;\r
24 }\r