From 783ac80dc8c83e2008d25b2bb2481f472a332a4c Mon Sep 17 00:00:00 2001 From: Max le Fou Date: Thu, 15 Aug 2019 19:04:41 +0200 Subject: [PATCH] missing ; in css --- Lightdm/Chicago95/css/layout.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Lightdm/Chicago95/css/layout.css b/Lightdm/Chicago95/css/layout.css index 74493b4..7518bf2 100755 --- a/Lightdm/Chicago95/css/layout.css +++ b/Lightdm/Chicago95/css/layout.css @@ -63,8 +63,8 @@ box-shadow: inset -1px -1px 0px 0px rgba(128,128,128,1); .box-inner .content { margin: auto; padding: 20px 2px; - font-size: 10pt - font-family: 'Sans-Serif'; + font-size: 10pt; + font-family: 'Sans-Serif'; display: inline-block; width: 60%; @@ -74,7 +74,7 @@ button, button:hover { padding: 5px; width: 100%; - font-size: 10pt + font-size: 10pt; font-family: 'Sans-Serif'; display: inline-block; background-color: #c0c0c0;