From 7eca6090112fc178c7b0fb01a4bb3d9442038f9e Mon Sep 17 00:00:00 2001
From: Martin Mares <mj@ucw.cz>
Date: Wed, 24 Feb 2021 10:59:08 +0100
Subject: [PATCH] CSS: Cleanup

---
 static/mo.css | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/static/mo.css b/static/mo.css
index 1eda5be8..c90f0243 100644
--- a/static/mo.css
+++ b/static/mo.css
@@ -313,17 +313,18 @@ div.alert + div.alert {
 }
 
 /* Icons */
+
 @font-face {
 	font-family: 'icomoon';
 	src: url('fonts/icomoon.ttf?azc5ov') format('truetype'),
-	  url('fonts/icomoon.woff?azc5ov') format('woff');
+	     url('fonts/icomoon.woff?azc5ov') format('woff');
 	font-weight: normal;
 	font-style: normal;
 	font-display: block;
 }
 
 .icon {
-	/* use !important to prevent issues with browser extensions that change fonts */
+	/* Use !important to prevent issues with browser extensions that change fonts */
 	font-family: 'icomoon' !important;
 	font-style: normal;
 	font-weight: normal;
@@ -331,7 +332,7 @@ div.alert + div.alert {
 	text-transform: none;
 	line-height: 1;
 
-	/* Better Font Rendering =========== */
+	/* Better font rendering */
 	-webkit-font-smoothing: antialiased;
 	-moz-osx-font-smoothing: grayscale;
 }
-- 
GitLab