Fix CSS values in quotes for tumblr header.
This commit is contained in:
parent
8f5dddde49
commit
d9fb667c77
1 changed files with 2 additions and 2 deletions
|
|
@ -75,9 +75,9 @@ header.tumblr {
|
||||||
left: 0;
|
left: 0;
|
||||||
right: 0;
|
right: 0;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
z-index: "9999";
|
z-index: 9999;
|
||||||
border-top: thick solid rgba(255, 255, 255, 0.1);
|
border-top: thick solid rgba(255, 255, 255, 0.1);
|
||||||
border-bottom: "none";
|
border-bottom: none;
|
||||||
background-color: rgb(0,0,0,0.8);
|
background-color: rgb(0,0,0,0.8);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue