Team:Aalto-Helsinki/stylesheet.css

From 2014.igem.org

(Difference between revisions)
Line 20: Line 20:
background-color: #d3d3d3;
background-color: #d3d3d3;
}
}
 +
 +
#sidebar.affix-top {
 +
    position: static;
 +
    margin-top:30px;
 +
    width:228px;
 +
  }
 +
 +
  #sidebar.affix {
 +
    position: fixed;
 +
    top:70px;
 +
    width:228px;
 +
  }

Revision as of 07:18, 11 June 2014

p { /* font-size:50px; */ }

.navbar td{ text-align:center; }

.navbar .menu-link { border:1px solid black; height:45px; background-color: #e7e7e7; }

.menu-link a { color:#000000; }

.navbar td:hover{ background-color: #d3d3d3; }

  1. sidebar.affix-top {
   position: static;
   margin-top:30px;
   width:228px;
 }
 #sidebar.affix {
   position: fixed;
   top:70px;
   width:228px;
 }