Changeset 1796
- Timestamp:
- 07/28/2015 04:33:56 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/style/forum-wp4.css
r1795 r1796 16 16 } 17 17 18 .alt {18 .alt { 19 19 background: #fff; 20 20 } 21 21 22 .sticky {22 .sticky { 23 23 background: #f695a9; 24 24 } 25 25 26 .deleted {26 .deleted { 27 27 background: #ff9999; 28 28 } … … 284 284 285 285 .page-numbers { 286 font-size: 10px; 287 padding: 2px 4px; 286 font-size: 11px; 287 line-height: 1; 288 padding: 4px 6px; 288 289 margin-right: 3px; 289 290 border-width: 1px; … … 291 292 background-color: #fff; 292 293 border-color: #ccc; 294 display: inline-block; 295 text-align: center; 293 296 } 294 297
Note: See TracChangeset
for help on using the changeset viewer.