Changeset 25740
- Timestamp:
- 10/09/2013 06:38:58 PM (12 years ago)
- Location:
- trunk/src/wp-content/themes/twentyfourteen
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyfourteen/rtl.css
r25523 r25740 177 177 } 178 178 179 .tag-links a:hover:before { 179 .tag-links a:hover:before, 180 .tag-links a:focus:before { 180 181 border-left-color: #2b2b2b; 181 182 } -
trunk/src/wp-content/themes/twentyfourteen/style.css
r25737 r25740 235 235 } 236 236 abbr, acronym { 237 border-bottom: 1px dotted rgba(0, 0, 0, 0.1);237 border-bottom: 1px dotted #2b2b2b; 238 238 cursor: help; 239 239 } … … 1622 1622 } 1623 1623 .comment-navigation { 1624 color: rgba(0, 0, 0, 0.2);1625 1624 font-size: 12px; 1626 1625 line-height: 2;
Note: See TracChangeset
for help on using the changeset viewer.