Kaldari has uploaded a new change for review. https://gerrit.wikimedia.org/r/102983
Change subject: Fixing default table styling ...................................................................... Fixing default table styling Since we are forcing tables to use display block instead of display table, having a border on both the cells and the table looks weird. We really only need borders on the th and td, which we already have. Change-Id: Icffcb9cb89e01b4450fd9c2ea197288c021b56ef --- M less/common/common.less 1 file changed, 0 insertions(+), 1 deletion(-) git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/MobileFrontend refs/changes/83/102983/1 diff --git a/less/common/common.less b/less/common/common.less index a23e4aa..18aeaa0 100644 --- a/less/common/common.less +++ b/less/common/common.less @@ -232,7 +232,6 @@ table { margin: 1em 0; - border: 1px @grayLight solid; /* following 4 rules are needed for scrolling */ overflow: auto; /* for browsers that don't support overflow-y */ -- To view, visit https://gerrit.wikimedia.org/r/102983 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Icffcb9cb89e01b4450fd9c2ea197288c021b56ef Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/extensions/MobileFrontend Gerrit-Branch: master Gerrit-Owner: Kaldari <rkald...@wikimedia.org> _______________________________________________ MediaWiki-commits mailing list MediaWiki-commits@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits