remove #header (my old one), i like #head better (from todos.js)

This commit is contained in:
Tyler Renelle 2012-06-26 08:42:03 -04:00
parent c6afb00d1b
commit e1ac5d71cb

View file

@ -39,18 +39,6 @@ h1 > span {
margin-left: 6px;
}
#header {
background: #FAFAFA;
background: -moz-linear-gradient(#FAFAFA,#EAEAEA);
background: -webkit-linear-gradient(#FAFAFA,#EAEAEA);
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#fafafa',endColorstr='#eaeaea')";
position: relative;
z-index: 10;
border-bottom: 1px solid #CACACA;
box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4),0 0 10px rgba(0, 0, 0, 0.1);
padding: 20px;
}
#head {
background: #ddd;
background: -webkit-gradient(linear,0 0,0 100%,from(#e7e7e7),to(#d0d0d0));