Do not underline pentadactyled anchors.

This commit is contained in:
Nicolas Stepien 2011-11-26 05:09:05 +01:00
parent 2bfc3e649c
commit 3fa6bab8ed
2 changed files with 6 additions and 0 deletions

View File

@ -3031,6 +3031,9 @@
},
css: '\
/* dialog styling */\
a[href="javascript:;"] {\
text-decoration: none;\
}\
div.dialog {\
border: 1px solid;\
}\

View File

@ -2406,6 +2406,9 @@ Main =
css: '
/* dialog styling */
a[href="javascript:;"] {
text-decoration: none;
}
div.dialog {
border: 1px solid;
}