Difference between revisions of "MediaWiki:Common.css"

From Speedclear Wiki
Jump to navigation Jump to search
(Created page with "→‎CSS placed here will be applied to all skins: .externalimage-holder { position: relative; } .externalimage-holder img { width: 100%; height: auto; }")
 
m
Line 7: Line 7:
 
     width: 100%;
 
     width: 100%;
 
     height: auto;
 
     height: auto;
 +
}
 +
 +
.mainpagetable {
 +
    width: 100%;
 +
    cellspacing: 5;
 +
    cellpadding: 0;
 
}
 
}

Revision as of 07:16, 16 September 2016

/* CSS placed here will be applied to all skins */

.externalimage-holder {
    position: relative;
}
.externalimage-holder img {
    width: 100%;
    height: auto;
}

.mainpagetable {
    width: 100%;
    cellspacing: 5;
    cellpadding: 0;
}