Further simplifications of CSS
1 files changed, 3 insertions(+), 16 deletions(-) M assets/scss/style.scss
M assets/scss/style.scss => assets/scss/style.scss +3 -16
@@ 49,11 49,7 @@ img { max-height: 100%; } -time { - font-style: italic; -} - -figcaption { +time, figcaption { font-style: italic; } @@ 79,19 75,10 @@ a:hover { /* - * Headers - */ - -header p { - font-size: smaller; -} - - -/* - * Footer + * Headers and footers */ -footer p { +header p, footer p { font-size: smaller; }