Changeset 7082
- Timestamp:
- 04/11/2018 12:16:46 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wp15.wordpress.net/public_html/content/themes/twentyseventeen-wp15/style.css
r7063 r7082 347 347 color: #333; 348 348 cursor: pointer; 349 } 350 351 .rtl .wp15-locale-notice-dismiss { 352 left: 1px; 353 right: inherit; 349 354 } 350 355 … … 433 438 } 434 439 440 .rtl #wp15-events-filter input[type="text"] { 441 margin-left: 0; 442 margin-right: .5em; 443 } 444 435 445 .wp15-events-list { 436 446 display: grid; … … 440 450 margin-left: calc( -1 * ( (80vw - 100%) / 2 ) ); 441 451 list-style-type: none; 452 } 453 454 .rtl .wp15-events-list { 455 margin-left: 0; 456 margin-right: calc( -1 * ( (80vw - 100%) / 2 ) ); 442 457 } 443 458
Note: See TracChangeset
for help on using the changeset viewer.