Difference between revisions of "MediaWiki:Mobile.css"

From Clicklaw Wikibooks
Jump to navigation Jump to search
Tag: Mobile edit
Tag: Mobile edit
Line 7: Line 7:
.content table td, .content table th {
.content table td, .content table th {
border: 0px;
border: 0px;
}


.mw-lingo-tooltip-definition {
.mw-lingo-tooltip-definition {
     display:none;
     display:none;
}
}

Revision as of 07:13, 8 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;
}