style.css
509 Bytes
#home {background-color:#ddd; position:relative; height:160px; width:350px; margin-bottom:10px; }
.feature { height:160px; position:absolute; width:350px; overflow:hidden; }
.feature img { border:none; }
#tabs { margin-left:0;margin-bottom:0;}
#tabs li {background-color:transparent;display:inline;float:none;list-style:none; }
#tabs li a {background-color:#edd; color:#333; display:inline; height:auto;padding:5px 20px;text-decoration:none;width:auto;}
#tabs li a.active { background-color:#ddd;color:#000; }