Commit compiled CSS
This commit is contained in:
parent
e3db9613cf
commit
50d7c14d52
1 changed files with 4 additions and 3 deletions
|
@ -3074,9 +3074,10 @@ a.tag:hover {
|
|||
position: relative;
|
||||
top: -36px; }
|
||||
|
||||
.navbar {
|
||||
background: -o-linear-gradient(white, white 38px, #65AB1F 38px, #478D00 84px, white 84px, white);
|
||||
background: linear-gradient(white, white 38px, #65AB1F 38px, #478D00 84px, white 84px, white); }
|
||||
.header,
|
||||
.sitename {
|
||||
background: -o-linear-gradient(white, white 74px, #65AB1F 74px, #478D00 120px, white 120px, white);
|
||||
background: linear-gradient(white, white 74px, #65AB1F 74px, #478D00 120px, white 120px, white); }
|
||||
|
||||
#navbar-menu .navbar-item {
|
||||
height: 36px;
|
||||
|
|
Loading…
Add table
Reference in a new issue