From d935a7b26edfab42deacc037063ebedc228a8b6c Mon Sep 17 00:00:00 2001 From: Marco Nassabain Date: Wed, 24 Feb 2021 09:00:43 +0100 Subject: =?UTF-8?q?=E2=9C=8F=EF=B8=8F=20Fix=20indentation=20problems=20in?= =?UTF-8?q?=20navigation.css?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Marco Nassabain --- css/navigation.css | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'css') diff --git a/css/navigation.css b/css/navigation.css index 2509beecf..2f7667415 100644 --- a/css/navigation.css +++ b/css/navigation.css @@ -137,33 +137,33 @@ } .icon-full-text-enabled { -background-image: url('../img/fulltext.svg'); -background-size: 50%; -opacity: .5; + background-image: url('../img/fulltext.svg'); + background-size: 50%; + opacity: .5; } .icon-full-text-disabled { -background-image: url('../img/nonfulltext.svg'); -background-size: 50%; -opacity: .5; + background-image: url('../img/nonfulltext.svg'); + background-size: 50%; + opacity: .5; } #app-navigation .unread > a { -font-weight: bold; + font-weight: bold; } #app-navigation p.error { -line-height: 25px; + line-height: 25px; } #app-navigation .folder-rename-error { -height: auto; + height: auto; } /** -* Error message -*/ + * Error message + */ #app-navigation .error-message { padding: 15px; background-color: var(--color-main-background); -- cgit v1.2.3