diff --git a/src/assets/sass/modules/_typography.scss b/src/assets/sass/modules/_typography.scss index 17c38f5d..e0703b96 100644 --- a/src/assets/sass/modules/_typography.scss +++ b/src/assets/sass/modules/_typography.scss @@ -37,7 +37,6 @@ body { *
*/ -address, article, aside, blockquote, @@ -188,14 +187,6 @@ strong { font-weight: 700; } -/** - * Add vertical margin to addresses. - */ - -address { - margin: 1em 0; -} - /** * Oxford English quote behaviour (quotes: ‘ ’, quotes within quotes: “ ”). */ @@ -246,18 +237,6 @@ abbr[title] { text-decoration: underline dotted; /* 2 */ } -/** - * Consistent styling for `mark` and `var` tags. - */ - -mark, -var { - padding: 0 0.25em; // 0 4px - border-radius: setup.$border-radius / 2; - background: var(--clr-hilite-box); - color: var(--clr-text); -} - /** * Harmonize size and style of computer text. * diff --git a/src/docs/design-patterns.html b/src/docs/design-patterns.html index c5f97a21..184e2692 100644 --- a/src/docs/design-patterns.html +++ b/src/docs/design-patterns.html @@ -332,32 +332,6 @@
This text has a reference in the footnote1.
1 Here is the footnote.
-Uses both the Schema.org and hCard microformats.
- -Organization Name
- - 13 Mystreet, - Mytown, - Myshire, - GU1 0AB, - United Kingdom - -- Telephone - 01234 456789 -
-- Mobile - 07900 123456 -
-- Email - anon@example.com -
-Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Etiam sit amet elit vitae arcu interdum ullamcorper. Nullam ultrices, nisi quis scelerisque convallis, augue neque tempor enim, et mattis justo nibh eu elit.
@@ -465,14 +439,6 @@The kbd element example
-Code:
-<mark>
Example:
-The mark element example
-Code:
@@ -537,14 +503,6 @@The u element example
Code:
-<var>
Example:
-The var element example
-