Fix incorrectly written CSS that was affecting all table cells on the page instead of cells in mwMetaDialog only

Change-Id: If3d01346d7267aec444d573ac83516083a3689bc
This commit is contained in:
Inez Korczyński 2013-06-21 12:33:16 -07:00
parent 659bb8e6d0
commit 25d8d2895d

View file

@ -211,7 +211,8 @@
text-align: left;
}
.ve-ui-mwMetaDialog-languages-table th, td {
.ve-ui-mwMetaDialog-languages-table th,
.ve-ui-mwMetaDialog-languages-table td {
padding: 0.75em 1em;
border-bottom: solid 1px white;
}