Team:UNITN-Trento/CSS/Project/Ethylene

From 2013.igem.org

(Difference between revisions)
Line 25: Line 25:
#ethylene_detected {
#ethylene_detected {
     width: 400px !important;
     width: 400px !important;
 +
    background-color: transparent;
}
}
Line 30: Line 31:
#ethylene_detected td {
#ethylene_detected td {
     width: 50%;
     width: 50%;
 +
    border-bottom: 1px dotted #323232;
 +
}
 +
 +
#ethylene_detected td.right {
 +
    border-left: 1px dotted #323232;
}
}

Revision as of 15:53, 26 August 2013

  1. tn-content img {
   width: auto;

}

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

}

  1. tn-content h3 {
   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;

}

  1. ethylene_detected {
   width: 400px !important;
   background-color: transparent;

}

  1. ethylene_detected th,
  2. ethylene_detected td {
   width: 50%;
   border-bottom: 1px dotted #323232;

}

  1. ethylene_detected td.right {
   border-left: 1px dotted #323232;

}