Template:TechCard/styles.css: Difference between revisions

LVL (talk | contribs)
Created page with ".techcard-wrapper { clear: both; } .techcard { float: right; font-family: Retail Demo, Open Sans, PT Serif; width: 300px; padding: 10px; background-color: #2F2F2F; color: #FFEFD7; font-weight: bold; margin: 0 0 1em 1em; border-collapse: collapse; } .techcard-header { color: #FFEFD7; background-color: #2F2F2F; font-size: 30px; font-family: Retail Demo, Open Sans, PT Serif; font-weight: bold; text-align: cen..."
 
LVL (talk | contribs)
Optimized more
Line 48: Line 48:
     text-align: left;
     text-align: left;
     color: #FFEFD7;
     color: #FFEFD7;
    padding-left: 2px;
}
}


.techcard-row {
.techcard-row {
     vertical-align: top;
     vertical-align: top;
}
.techcard-value-text {
    margin-left: 2px;
}
}