1
0
mirror of https://github.com/robsheldon/sscaffold-css.git synced 2025-09-01 01:51:49 +02:00

Fix a couple of minor issues.

Remove some extraneous whitespace and errant leftover end-of-line comments.
This commit is contained in:
Rob
2019-12-18 08:13:45 -08:00
parent 5ad93a8300
commit a7a82ed8a7

View File

@@ -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%;
}