Fix favicon.css syntax
Signed-off-by: Sergey Bogdanov <sergey.bogdanov@oktetlabs.ru>master
parent
5da583412b
commit
c3011ab255
10
favicon.css
10
favicon.css
|
@ -1,6 +1,6 @@
|
|||
.arrow_next {
|
||||
background - image: url('/main/diary/diary_next.png');
|
||||
background - repeat: no - repeat;
|
||||
background-image: url('/main/diary/diary_next.png');
|
||||
background-repeat: no - repeat;
|
||||
display: inline - block;
|
||||
width: 16 px;
|
||||
height: 16 px;
|
||||
|
@ -8,10 +8,10 @@
|
|||
}
|
||||
|
||||
.arrow_prev {
|
||||
background - image: url('/main/diary/diary_prev.png');
|
||||
background - repeat: no - repeat;
|
||||
background-image: url('/main/diary/diary_prev.png');
|
||||
background-repeat: no - repeat;
|
||||
display: inline - block;
|
||||
width: 16 px;
|
||||
height: 16 px;
|
||||
cursor: pointer;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue