Changeset 7824
- Timestamp:
- 11/05/2018 07:51:08 PM (6 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
r7823 r7824 1940 1940 /* Highlight current heading and adjust scroll position for fixed toolbar */ 1941 1941 .toc-heading:target { 1942 position: relative;1942 position: initial; 1943 1943 padding-top: 50px; 1944 1944 margin-top: -50px; -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/stylesheets/main.css
r7823 r7824 2327 2327 /* Highlight current heading and adjust scroll position for fixed toolbar */ 2328 2328 .toc-heading:target { 2329 position: relative;2329 position: initial; 2330 2330 padding-top: 50px; 2331 2331 margin-top: -50px;
Note: See TracChangeset
for help on using the changeset viewer.