From 2bef1ee36b87948997b93d6b5430d1e4d00f5238 Mon Sep 17 00:00:00 2001 From: Andreas Stöckel Date: Sun, 19 Apr 2015 01:25:24 +0200 Subject: Various changes to mockup code, started to implement standard ontology library. --- style/typography.less | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'style/typography.less') diff --git a/style/typography.less b/style/typography.less index e875abe..68781c1 100644 --- a/style/typography.less +++ b/style/typography.less @@ -10,7 +10,7 @@ /* Main font */ html { - font: 12pt / 1.75 @font-main; + font: 11pt / 1.75 @font-main; color: @color-text; } @@ -145,11 +145,11 @@ sup { /* Quotes */ blockquote:before { - content: "«"; + content: "»"; } blockquote:after { - content: "»"; + content: "«"; } blockquote { @@ -184,11 +184,11 @@ pre { /* Asides */ aside:before { - content: "«"; + content: "»"; } aside:after { - content: "»"; + content: "«"; } aside { @@ -211,13 +211,13 @@ figure img { figure figcaption { font-style: italic; + font-size: 90%; color: @color-light; } /* Special constructions */ span.source { - font-size: 80%; font-style: normal; display: block; } -- cgit v1.2.3