MediaWiki:Mobile.css: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 25:
* The margin: 0px is to determine whether the browser supports the general sibling selector ~. If it doesn't, there is "no margin" for interactivity, so JS is not activated.
*/
.rounded-clear-section-border {
background-color: #FFFFFF;
border-radius: 15px;
border-width: 1px;
border-style:solid;
border-color:lightgrey;
clear:both;
color: FireBrick;
font-weight: bold;
margin: 0 1% 1em;
padding: .5em 1em;
text-align: center;
vertical-align: middle;
}
 
#tabs-inputform {
font-family: sans-serif !important;