User:Timeshifter/vector.css

/* No longer needed. 
/* More obvious multi-change indicators in Enhanced Recent Changes (grouped changes) 
/* See: https://phabricator.wikimedia.org/T301059#9076028 */
/*  .mw-enhancedchanges-arrow, .mw-changeslist-groupdiff {
/*    background: #bbf2b0;
/*  }
  
/* Lessen line height of table of contents in legacy Vector 2010. 
/* See also: https://commons.wikimedia.org/wiki/User:Timeshifter/vector-2022.css 
/* The line spacing in TOCs will be similar to the line spacing in this .css page.
/* For more info go here: 
/* https://en.wikipedia.org/wiki/User_talk:The_wub#Button_to_expand_table_of_contents_in_Vector_2022 
/* Search for "Button to expand table of contents in Vector 2022" 
/* in archives when it is archived. 
/* Add code below to https://commons.wikimedia.org/wiki/Special:MyPage/vector.css */
.toc li {
    margin-bottom: 0;
    line-height: 1.2;
}