Blame view

_js/Source/style.css 509 Bytes
42868d70   andryeyev   Создал GIT
1
2
3
4
5
6
7
  #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; }