blob: 6af4b1eff8ec658353bd9e5ec7e85b31308593a1 (
plain)
1
2
3
4
5
6
7
|
/**
* Adjusts for decreased margin-bottom for h2 elements inside #content div
* introduced in March / April 2014 typography update.
*/
table.mw-specialpages-table {
margin-top: 0;
}
|