From ad7e7ca203d15b8f055471630ca556a7fa4ea554 Mon Sep 17 00:00:00 2001 From: Thomas Rientjes Date: Fri, 17 May 2019 21:20:37 +0200 Subject: [PATCH] Improve formatting of popup style sheet --- pages/popup/popup.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pages/popup/popup.css b/pages/popup/popup.css index 37c2c59..af7b46f 100644 --- a/pages/popup/popup.css +++ b/pages/popup/popup.css @@ -1,6 +1,6 @@ /** -* Sections -*/ + * Sections + */ body { background-color: #f0f0f0; @@ -106,7 +106,7 @@ footer { align-items: center; background-color: #ececec; border: 1px solid #e0e0e0; - box-shadow: inset 0px 2px 10px #e2e2e2; + box-shadow: inset 0 2px 10px #e2e2e2; list-style: none; padding-left: 8px; padding: 0; @@ -177,8 +177,8 @@ footer { } /** -* Links -*/ + * Links + */ .link-text { color: #bdbdbd; -- GitLab