|
ul { |
|
line-height: 1.5em; |
|
list-style-type: square; |
|
margin: .3em 0 0 1.5em; |
|
padding: 0; |
|
list-style-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAANCAMAAABW4lS6AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAAZQTFRFAFKM////QIUK9QAAAAJ0Uk5T/wDltzBKAAAAGklEQVR42mJgBAEGokgGBjBGBxBxsBqAAAMACHwALd5r8ygAAAAASUVORK5CYII=); |
|
list-style-image: url(skins/cppreference2/images/bullet-icon.png@2013-09-04T19%253A18%253A20Z)!ie |
|
} |
The list-style-image here would possibly crash ie if clicked, see crea7or/cppreference2mshelp#9 for detail.
cppreference2mshelp/css/ext.css
Lines 2147 to 2154 in 89ea10e
The
list-style-imagehere would possibly crash ie if clicked, see crea7or/cppreference2mshelp#9 for detail.