Note: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.
/* Currently this CSS code section is for both legacy Vector 2010, and Vector 2022. 
/* That may change to legacy Vector 2010 alone in the future.
/* For CSS for Vector 2022 alone see: 
/* https://en.wikipedia.org/wiki/User:Timeshifter/vector-2022.css 
/* For your Vector CSS pages:
/* https://en.wikipedia.org/wiki/Special:MyPage/vector.css 
/* https://en.wikipedia.org/wiki/Special:MyPage/vector-2022.css */


/* Lessen line height of table of contents in legacy Vector 2010. 
/* See also: https://en.wikipedia.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://en.wikipedia.org/wiki/Special:MyPage/vector.css */
.toc li {
    margin-bottom: 0;
    line-height: 1.2;
}


/* Disabling this change for now, but saving the code. 
/* Disable the Wikipedia dropdown toolbar. 
/* https://en.wikipedia.org/wiki/Wikipedia:Help_desk#How_can_I_disable_the_Wikipedia_dropdown_toolbar? 
/* This does not remove the table sticky headers here:
/* https://en.wikipedia.org/wiki/Template:Monthly_cumulative_COVID-19_death_totals_by_country/sandbox 
/* https://en.wikipedia.org/wiki/Template:COVID-19_pandemic_data/sandbox 
/* See discussion:
/* https://en.wikipedia.org/wiki/Template_talk:COVID-19_pandemic_data#New_styles_feedback 
.vector-sticky-header{
  display: none !important;
}
*/