Template:Floatbox/styles.css

From OnTrackNorthAmerica
Revision as of 20:14, 17 December 2024 by Ladaniels (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
@media screen and (min-width: 950px){
  .floatbox-text{
    position: relative;
    min-width:50%;
    float:right;
  
  }
  .floatbox{
  	margin-bottom:0.5em;
  }
  
  .floatbox td{
  	vertical-align:top;
  }

  .floatbox b{
  	width:6em;
    margin:0;
    padding: 0;
    float:left;
  }
}