mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/Vector.git
synced 2024-11-05 22:32:58 +00:00
8 lines
186 B
Plaintext
8 lines
186 B
Plaintext
|
/**
|
||
|
* 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;
|
||
|
}
|