Team:UCL Academy/css

From 2013hs.igem.org

(Difference between revisions)
Line 8: Line 8:
       margin-left: 10px;
       margin-left: 10px;
}
}
-
 
-
 
#search-controls{
#search-controls{
Line 28: Line 26:
     top: -15px;
     top: -15px;
}
}
-
 
-
#content{
 
-
      width:auto;
 
-
      padding:0px;
 
-
      border:none;
 
-
      background:none;
 
-
}
 
-
 
.firstHeading{
.firstHeading{
Line 43: Line 33:
h1{
h1{
       border:none;
       border:none;
 +
}
 +
 +
#content{
 +
      width:950px;
 +
      padding:0px;
 +
      border:none;
 +
      background:none;
}
}

Revision as of 09:48, 9 June 2013

body{ margin: 0px;

       background: #fcfaf8;

}

  1. toc{
     float: right;
     margin-left: 10px;

}

  1. search-controls{
     display: none;

}

  1. catlinks{
     display: none;

}

  1. p-logo{
    display: none;

}

  1. top-section{
    border: none;
    height: auto;
    top: -15px;

}

.firstHeading{ display:none; }

h1{

     border:none;

}

  1. content{
      width:950px;
      padding:0px;
      border:none;
      background:none;

}