Changeset 26171
- Timestamp:
- 11/14/2013 08:16:31 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/css/wp-pointer.css
r26072 r26171 20 20 21 21 .wp-pointer-content h3:before { 22 background: #fff; 23 border-radius: 50%; 24 color: #2ea2cc; 25 content: '\f227'; 26 font: normal 20px/1.6 'dashicons'; 22 27 position: absolute; 23 top: 0;28 top: 8px; 24 29 left: 15px; 25 content: ' '; 26 width: 36px; 27 height: 100%; 28 background: url('../images/icon-pointer-flag.png') 0 50% no-repeat; 30 speak: none; 31 text-align: center; 32 width: 32px; 33 height: 32px; 34 -webkit-font-smoothing: antialiased; 35 -moz-osx-font-smoothing: grayscale; 29 36 } 30 37
Note: See TracChangeset
for help on using the changeset viewer.