mirror of
https://github.com/robsheldon/sscaffold-css.git
synced 2025-09-09 21:50:54 +02:00
Fix a couple of minor issues.
Remove some extraneous whitespace and errant leftover end-of-line comments.
This commit is contained in:
@@ -105,8 +105,8 @@ abbr[title] {
|
|||||||
/* Remove the bottom border in Chrome 57-. [1] */
|
/* Remove the bottom border in Chrome 57-. [1] */
|
||||||
border-bottom: none;
|
border-bottom: none;
|
||||||
/* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari. [1] */
|
/* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari. [1] */
|
||||||
text-decoration: underline; /* 2 */
|
text-decoration: underline;
|
||||||
text-decoration: underline dotted; /* 2 */
|
text-decoration: underline dotted;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@@ -461,8 +461,8 @@ article,
|
|||||||
|
|
||||||
|
|
||||||
.row .column.column-75 {
|
.row .column.column-75 {
|
||||||
flex: 0 0 75%;
|
flex: 0 0 75%;
|
||||||
max-width: 75%;
|
max-width: 75%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user