From c3011ab2559bf7107aaf1c0c867655acc4679b0a Mon Sep 17 00:00:00 2001 From: Sergey Bogdanov Date: Wed, 2 Feb 2022 15:21:12 +0000 Subject: [PATCH] Fix favicon.css syntax Signed-off-by: Sergey Bogdanov --- favicon.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/favicon.css b/favicon.css index 3c01487..4916697 100644 --- a/favicon.css +++ b/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; -} \ No newline at end of file +}