Superpower Wiki
(Created page with " →‎Portable infobox styling: .portable-infobox { width:295px; background:transparent; padding 2px; border:1px solid #aaa; } .portable-infobox .pi-title { ...")
Tag: sourceedit
 
No edit summary
Tag: sourceedit
Line 3: Line 3:
 
/* Portable infobox styling */
 
/* Portable infobox styling */
 
.portable-infobox {
 
.portable-infobox {
width:295px;
+
width:300px!important;
 
background:transparent;
 
background:transparent;
padding 2px;
 
 
border:1px solid #aaa;
 
border:1px solid #aaa;
 
}
 
}

Revision as of 18:18, 28 October 2015

/* Portable infobox styling */
.portable-infobox {
    width:300px!important;
    background:transparent;
    border:1px solid #aaa;
}
.portable-infobox .pi-title {
    font-size:15px;
    line-height:140%;
}

.pi-caption {
    line-height:130%
    color:#333;
}