(Created page with "table.location-infobox { background:#f9f9f9; border:2px solid #e5e5e5; border-top-left-radius:.7em; border-top-right-radius:.7em; padding:0.3em; width:...")
 
No edit summary
Line 14: Line 14:
     padding:0.5em;
     padding:0.5em;
     font-size:120%;
     font-size:120%;
}
.collapseButton {
    float:right;
    font-weight:normal;
    margin-left:0.5em;
    text-align:right;
    width:auto;
}
}

Revision as of 11:18, 5 July 2015

table.location-infobox {
    background:#f9f9f9;
    border:2px solid #e5e5e5;
    border-top-left-radius:.7em;
    border-top-right-radius:.7em;
    padding:0.3em;
    width:24em;
    float:right;
    font-size:95%;
    color:black;
}

table.location-infobox th {
    padding:0.5em;
    font-size:120%;
}

.collapseButton {
    float:right;
    font-weight:normal;
    margin-left:0.5em;
    text-align:right;
    width:auto;
}