mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-05 03:52:14 +00:00
remove #header (my old one), i like #head better (from todos.js)
This commit is contained in:
parent
c6afb00d1b
commit
e1ac5d71cb
1 changed files with 0 additions and 12 deletions
|
|
@ -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));
|
||||
|
|
|
|||
Loading…
Reference in a new issue