Changeset 3679
- Timestamp:
- 07/13/2016 07:27:23 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/style/blog-wp4.css
r3312 r3679 149 149 vertical-align: middle; 150 150 } 151 152 /** 153 * Post Navigation 154 */ 155 .nav-links { 156 -webkit-hyphens: auto; 157 -moz-hyphens: auto; 158 -ms-hyphens: auto; 159 hyphens: auto; 160 border-top: 1px solid #eaeaea; 161 word-wrap: break-word; 162 } 163 164 .post-navigation { 165 margin: 5em auto; 166 padding: 0; 167 } 168 169 .post-navigation a { 170 border-bottom: 1px solid #eaeaea; 171 padding: 11px 0 12px; 172 width: 100%; 173 } 174 175 .post-navigation .meta-nav { 176 color: #777; 177 display: block; 178 font-size: 13px; 179 line-height: 2; 180 text-transform: uppercase; 181 } 182 183 .post-navigation a { 184 color: #444; 185 display: block; 186 font-weight: 600; 187 text-transform: none; 188 } 189 190 .post-navigation a:hover { 191 color: #21759b; 192 } 193 194 .post-navigation .nav-next { 195 text-align: right; 196 }
Note: See TracChangeset
for help on using the changeset viewer.