Commit ae5b1cdb2fe92c96eab719d53e92dd15c7e5ca65
1 parent
1544a2ec
Exists in
master
and in
1 other branch
change to big icon 95px
Showing
2 changed files
with
6 additions
and
5 deletions
Show diff stats
src/web/static/css/style.css
... | ... | @@ -100,13 +100,14 @@ background: #6f2525; |
100 | 100 | |
101 | 101 | #logo span { display: none; } |
102 | 102 | #logo { |
103 | -background: url('../images/icon55.png') no-repeat; | |
104 | -width: 55px; | |
105 | -height: 55px; | |
103 | +position: absolute; | |
104 | +top: 0; | |
105 | +left: -32px; | |
106 | +background: url('../images/icon95.png') no-repeat; | |
107 | +width: 105px; | |
108 | +height: 95px; | |
106 | 109 | margin: 0px; |
107 | -/* margin-top: 5px; */ | |
108 | 110 | display: block; |
109 | -float: left; | |
110 | 111 | } |
111 | 112 | |
112 | 113 | #navbar { | ... | ... |
7.13 KB