Team:UNITN-Trento/CSS/Project/Vending Machine

From 2013.igem.org

(Difference between revisions)
Line 6: Line 6:
     font-style:italic;
     font-style:italic;
     font-weight: lighter;
     font-weight: lighter;
 +
}
 +
 +
.container .sheet .col {
 +
    display: inline-block;
 +
    width: 400px;
 +
    margin: 0 16px;
}
}

Revision as of 16:39, 13 September 2013

.tn-subtitle {

   display: block;
   padding-left: 3em;
   font-family: "Cabin";
   font-size: 14px;
   font-style:italic;
   font-weight: lighter;

}

.container .sheet .col {

   display: inline-block;
   width: 400px;
   margin: 0 16px;

}