Changeset 39152
- Timestamp:
- 11/07/2016 09:06:20 PM (8 years ago)
- Location:
- trunk/src/wp-content/themes/twentyseventeen
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyseventeen/rtl.css
r39079 r39152 134 134 .next.page-numbers { 135 135 float: left; 136 } 137 138 .nav-links .nav-previous .nav-title .nav-title-icon-wrapper { 139 margin-left: 0.5em; 140 margin-right: 0; 141 } 142 143 .nav-links .nav-next .nav-title .nav-title-icon-wrapper { 144 margin-left: 0; 145 margin-right: 0.5em; 136 146 } 137 147 -
trunk/src/wp-content/themes/twentyseventeen/style.css
r39136 r39152 2167 2167 .nav-title { 2168 2168 color: #333; 2169 font-size: 1 6px;2170 font-size: 1rem;2169 font-size: 15px; 2170 font-size: 0.9375rem; 2171 2171 } 2172 2172 2173 2173 .post-navigation .nav-next { 2174 2174 margin-top: 1.5em; 2175 } 2176 2177 .nav-links .nav-previous .nav-title .nav-title-icon-wrapper { 2178 margin-right: 0.5em; 2179 } 2180 2181 .nav-links .nav-next .nav-title .nav-title-icon-wrapper { 2182 margin-left: 0.5em; 2175 2183 } 2176 2184
Note: See TracChangeset
for help on using the changeset viewer.