Fix favicon.css syntax

Signed-off-by: Sergey Bogdanov <sergey.bogdanov@oktetlabs.ru>
master
Sergey Bogdanov 2022-02-02 15:21:12 +00:00
parent 5da583412b
commit c3011ab255
1 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
.arrow_next { .arrow_next {
background - image: url('/main/diary/diary_next.png'); background-image: url('/main/diary/diary_next.png');
background - repeat: no - repeat; background-repeat: no - repeat;
display: inline - block; display: inline - block;
width: 16 px; width: 16 px;
height: 16 px; height: 16 px;
@ -8,8 +8,8 @@
} }
.arrow_prev { .arrow_prev {
background - image: url('/main/diary/diary_prev.png'); background-image: url('/main/diary/diary_prev.png');
background - repeat: no - repeat; background-repeat: no - repeat;
display: inline - block; display: inline - block;
width: 16 px; width: 16 px;
height: 16 px; height: 16 px;