Difference between revisions of "MediaWiki:Common.css"

From Anabaptistwiki
Line 10: Line 10:
 
     border:none;
 
     border:none;
 
}
 
}
th, td {
+
/*th, td {
 
     border: 1px solid;
 
     border: 1px solid;
     padding:5px;
+
     padding: 5px;
}
+
}*/

Revision as of 16:56, 21 April 2021

/* CSS placed here will be applied to all skins */
.infobox {
   float:right;
   background:#f8f9fa;
   border:1px solid #a2a9b1;
   margin-left:10px;
   margin-bottom:10px;
}
.infobox td, .infobox th {
    border:none;
}
/*th, td {
    border: 1px solid;
    padding: 5px;
}*/