MediaWiki:Common.css: Difference between revisions

From USC Nanofab Wiki
Jump to navigation Jump to search
comment sticky table anchor kludge
Tag: Reverted
No edit summary
Tag: Reverted
Line 1: Line 1:
/* CSS placed here will be applied to all skins .sticky-header [id],
/* CSS placed here will be applied to all skins */
.sticky-header [id],
.sticky-header-multi [id] {
.sticky-header-multi [id] {
   scroll-padding-top: 100px;
   scroll-padding-top: 50px;
}
}
*/

Revision as of 09:16, 21 April 2026

/* CSS placed here will be applied to all skins */
.sticky-header [id],
.sticky-header-multi [id] {
  scroll-padding-top: 50px;
}