MediaWiki:Mobile.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary Tag: mobile edit |
||
| Line 8: | Line 8: | ||
border: 0px; | border: 0px; | ||
. | .mw-lingo-tooltip-definition { | ||
display:none; | |||
} | } | ||
Revision as of 05:19, 6 June 2015
/* CSS placed here will affect users of the mobile site */
table{
border-style: solid;
border-width: 0px;
}
.content table td, .content table th {
border: 0px;
.mw-lingo-tooltip-definition {
display:none;
}