Changeset 6875
- Timestamp:
- 05/06/11 15:57:07 (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
CKEditor/branches/versions/3.6.x/_source/plugins/link/plugin.js
r6862 r6875 48 48 'cursor:auto;' + 49 49 '}' + 50 ( CKEDITOR.plugins.link.synAnchorSelector ? 'a.cke_anchor_empty' : 'a[name]:empty' ) + 51 '{' + 52 // Make empty anchor selectable on IE. 53 'display:inline-block;' + 54 '}' + 50 ( CKEDITOR.env.ie ? ( 51 'a.cke_anchor_empty' + 52 '{' + 53 // Make empty anchor selectable on IE. 54 'display:inline-block;' + 55 '}' 56 ) : '' ) + 55 57 'img.cke_anchor' + 56 58 '{' +
Note: See TracChangeset
for help on using the changeset viewer.
