Team:Paris-Saclay/left-column.css

From 2012.igem.org

(Difference between revisions)
(Created page with "#left-column { float: left; width: 220px; margin-right: 10px; margin-bottom: 0px; border: 1px groove #A9BFCB; border-radius: 15px 15px 15px 15px; padding: 10px; background-color:...")
Line 1: Line 1:
-
#left-column {
+
#left_column {
float: left;
float: left;
width: 220px;
width: 220px;

Revision as of 10:22, 12 July 2012

  1. left_column {

float: left; width: 220px; margin-right: 10px; margin-bottom: 0px; border: 1px groove #A9BFCB; border-radius: 15px 15px 15px 15px; padding: 10px; background-color: #234323; margin-top: -6px; }