Template:COVID-19 pandemic data/California medical cases by county/style.css
< Template:COVID-19 pandemic data | California medical cases by county
Jump to navigation
Jump to search
Revision as of 10:18, 21 May 2020 by imported>Mxn
/* Show only Bay Area counties */
.region-bayarea tbody > tr:not([data-region="bayarea"]):not(.sortbottom) {
display: none;
}