Changeset 2142
- Timestamp:
- 11/30/2015 04:54:35 AM (10 years ago)
- Location:
- sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-themes
- Files:
-
- 2 edited
-
style-rtl.css (modified) (3 diffs)
-
style.css (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-themes/style-rtl.css
r2094 r2142 313 313 .theme-navigation .post-navigation { 314 314 float: left; 315 width: 120px;316 315 } 317 316 … … 348 347 .theme-navigation .right, 349 348 .theme-navigation .left { 350 border: 0;351 349 background-color: transparent; 352 350 border: 0; … … 1793 1791 } 1794 1792 1793 .theme-navigation .close { 1794 padding: 19px 12px; 1795 } 1796 1797 .theme-navigation .close:before { 1798 content: ""; 1799 margin: 0; 1800 } 1801 1795 1802 /* Keep support and dev links stacked until they have enough room. */ 1796 1803 -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-themes/style.css
r2094 r2142 313 313 .theme-navigation .post-navigation { 314 314 float: right; 315 width: 120px;316 315 } 317 316 … … 348 347 .theme-navigation .right, 349 348 .theme-navigation .left { 350 border: 0;351 349 background-color: transparent; 352 350 border: 0; … … 1793 1791 } 1794 1792 1793 .theme-navigation .close { 1794 padding: 19px 12px; 1795 } 1796 1797 .theme-navigation .close:before { 1798 content: ""; 1799 margin: 0; 1800 } 1801 1795 1802 /* Keep support and dev links stacked until they have enough room. */ 1796 1803
Note: See TracChangeset
for help on using the changeset viewer.