Skip to content

Commit c824a51

Browse files
committed
Merge branch 'ghost-master'
closes swisnl#236
2 parents 3d2d9a7 + 8f91a74 commit c824a51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/jquery.contextMenu.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
http://css-tricks.com/13224-pseudo-spriting/ to get an idea of how to implement
8989
.context-menu-item.icon:before {}
9090
*/
91-
.context-menu-item.icon { min-height: 18px; background-repeat: no-repeat; background-position: 4px 2px; }
91+
.context-menu-item.icon { min-height: 18px; background-repeat: no-repeat; background-position: 4px 2px; list-style-type: none;}
9292
.context-menu-item.icon-edit { background-image: url(images/page_white_edit.png); }
9393
.context-menu-item.icon-cut { background-image: url(images/cut.png); }
9494
.context-menu-item.icon-copy { background-image: url(images/page_white_copy.png); }

0 commit comments

Comments
 (0)