Team:Paris-Saclay/body.css

From 2012.igem.org

(Difference between revisions)
Line 48: Line 48:
#social-follow li {
#social-follow li {
float : left;
float : left;
 +
}
 +
 +
#social-follow div {
 +
display : inline-block;
 +
margin : 5 5 5 5px;
}
}

Revision as of 09:44, 16 August 2012

  1. globalWrapper {

background-color : rgb(226,226,226); }

  1. content{

width : 1000px; border : none; padding-bottom :0px; padding-left :0px; padding-right :0px; padding-top :0px; margin-top :-15px; }

body { background-color : rgb(226,226,226); }

  1. paris-saclay{

margin-top : -6px; background-color: rgb(185, 211, 238); overflow:hidden; }

  1. content-paris-saclay{

margin-left:240px; margin-top:-6px; padding-left : 10px; padding-right : 10px; padding-top : 10px; padding-bottom : 10px; background-color : rgb(255,255,255); }

  1. main-paris-saclay{

border-top: 3px solid rgb(35, 35, 35); height : 550px; overflow : hidden; background-image : url("http://img268.imageshack.us/img268/7830/chromosome.jpg"); position : relative; }

  1. social-follow {

list-style-type:none; list-style-image:none; }

  1. social-follow li {

float : left; }

  1. social-follow div {

display : inline-block; margin : 5 5 5 5px; }