remove #header (my old one), i like #head better (from todos.js)
This commit is contained in:
@@ -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));
|
||||
|
||||
Reference in New Issue
Block a user