From a7a82ed8a729693737888ce989f5afa9dcc8ffbf Mon Sep 17 00:00:00 2001 From: Rob Date: Wed, 18 Dec 2019 08:13:45 -0800 Subject: [PATCH] Fix a couple of minor issues. Remove some extraneous whitespace and errant leftover end-of-line comments. --- sscaffold.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/sscaffold.css b/sscaffold.css index 008e12c..480e0b9 100644 --- a/sscaffold.css +++ b/sscaffold.css @@ -105,8 +105,8 @@ abbr[title] { /* Remove the bottom border in Chrome 57-. [1] */ border-bottom: none; /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari. [1] */ - text-decoration: underline; /* 2 */ - text-decoration: underline dotted; /* 2 */ + text-decoration: underline; + text-decoration: underline dotted; } @@ -461,8 +461,8 @@ article, .row .column.column-75 { - flex: 0 0 75%; - max-width: 75%; + flex: 0 0 75%; + max-width: 75%; }