diff options
author | Andreas Stöckel <astoecke@techfak.uni-bielefeld.de> | 2015-03-08 00:36:49 +0100 |
---|---|---|
committer | Andreas Stöckel <astoecke@techfak.uni-bielefeld.de> | 2015-03-08 00:36:49 +0100 |
commit | 9260cfed72ed192480dc19d46d0c5f2b3c46580b (patch) | |
tree | 0eb9a80b63f8445493a89fe81041683d32e7014d /style | |
parent | 1789955d8c66141d9f95f0b9acd5f354701dfad5 (diff) |
Improved style and front page
Diffstat (limited to 'style')
-rw-r--r-- | style/style.less | 3 | ||||
-rw-r--r-- | style/typography.less | 24 |
2 files changed, 22 insertions, 5 deletions
diff --git a/style/style.less b/style/style.less index 021afd4..3527378 100644 --- a/style/style.less +++ b/style/style.less @@ -146,3 +146,6 @@ img[name=license] { padding: 1em; } +.column.nav { + text-align: center; +} diff --git a/style/typography.less b/style/typography.less index f3a5e2e..da23a9e 100644 --- a/style/typography.less +++ b/style/typography.less @@ -66,20 +66,34 @@ header, main { background-color: @color-bg; } -dt { - font-weight: bold; - color: @color-main; +dl { + width: 100%; } -dd, dt { +dl::after { + content: ""; display: block; + clear: both; +} + +dt, dd { + float: left; + margin-bottom: 1em; +} + +dt { + font-weight: bold; + color: @color-main; + width: 30%; + margin-right: 5%; } dd { - margin-bottom: 0.5em; + width: 65%; } + /** * Footnotes */ |