Changeset 9545
- Timestamp:
- 02/28/2020 01:07:29 AM (5 years ago)
- Location:
- sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/scss/main.scss
r9483 r9545 21 21 box-sizing: border-box; 22 22 } 23 24 /* Override inline style from wporg-markdown plugin. */ 25 a.github-edit { 26 padding: 0 .6em 0; 27 } 28 23 29 #content, #content-area { 24 30 padding: 0 10px; … … 1947 1953 1948 1954 @media (min-width: 971px) { 1949 margin: -15px-30px 15px 15px;1955 margin: 0 -30px 15px 15px; 1950 1956 } 1951 1957 -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/stylesheets/main.css
r9483 r9545 283 283 .devhub-wrap { 284 284 padding-bottom: 1.5em; 285 /* Override inline style from wporg-markdown plugin. */ 285 286 /* Text meant only for screen readers */ 286 287 /* Clearing */ … … 324 325 } 325 326 327 .devhub-wrap a.github-edit { 328 padding: 0 .6em 0; 329 } 330 326 331 .devhub-wrap #content, .devhub-wrap #content-area { 327 332 padding: 0 10px; … … 2327 2332 @media (min-width: 971px) { 2328 2333 .site-main .table-of-contents { 2329 margin: -15px-30px 15px 15px;2334 margin: 0 -30px 15px 15px; 2330 2335 } 2331 2336 }
Note: See TracChangeset
for help on using the changeset viewer.