Team:UNITN-Trento/CSS/Project/Ethylene

From 2013.igem.org

(Difference between revisions)
Line 1: Line 1:
#tn-content img {
#tn-content img {
-
width: auto;
+
    width: auto;
 +
}
 +
 
 +
#tn-content h2 {
 +
    border: none;
 +
    display: block;
 +
    margin-top: 1.5em;
 +
    margin-bottom: 0.5em;
 +
    font-family: 'Open Sans Condensed', sans-serif;
 +
    font-size: 1.2em;
 +
    font-weight: bold;
}
}

Revision as of 15:23, 26 August 2013

  1. tn-content img {
   width: auto;

}

  1. tn-content h2 {
   border: none;
   display: block;
   margin-top: 1.5em;
   margin-bottom: 0.5em;
   font-family: 'Open Sans Condensed', sans-serif;
   font-size: 1.2em;
   font-weight: bold;

}