Team:University College London/css

From 2012.igem.org

(Difference between revisions)
Line 17: Line 17:
}
}
 +
#content{
 +
    border:none;
 +
}
 +
 +
#footer-box{
 +
    border:none;
 +
    border-top: 1px solid #CCC;
 +
}
body {
body {

Revision as of 21:04, 11 June 2012

/* getting rid of wiki baggage */

  1. catlinks{
    display:none;

}

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

}

  1. p-logo{
    display:none;

}

  1. search-controls{
    display:none;

}

  1. content{
    border:none;

}

  1. footer-box{
   border:none;
   border-top: 1px solid #CCC;

}

body {

    font-family: 'Droid Sans', Helvetica, Arial, serif;
    background-color:#ffffff;
     }