From 1789955d8c66141d9f95f0b9acd5f354701dfad5 Mon Sep 17 00:00:00 2001 From: Andreas Stöckel Date: Sun, 8 Mar 2015 00:08:18 +0100 Subject: Curren version of the webpage --- style/style.less | 58 +++++--------------------------------------------------- 1 file changed, 5 insertions(+), 53 deletions(-) (limited to 'style/style.less') diff --git a/style/style.less b/style/style.less index 3348e93..021afd4 100644 --- a/style/style.less +++ b/style/style.less @@ -11,6 +11,7 @@ @import "reset.less"; @import "typography.less"; @import "footer.less"; +@import "header.less"; span.ipa { color: gray; @@ -52,31 +53,6 @@ pre mark { text-shadow: none; } -/** - * Header navigation - */ -header nav ul, header nav ul li { - display: inline-block; -} - -header nav a { - padding: 0.5em 1em; -} - -header nav a:hover { - color: white; - background-color: crimson; - text-decoration: none; -} - -header h1 { - font-weight: normal; - font-size: 12pt; - text-transform: uppercase; - color: gray; - margin: 0; -} - /** * Main text */ @@ -161,36 +137,12 @@ span.address > span { display: block; } -/* - * For screen - */ - -@media (min-width: 50rem) { - -/** - * Responsive columns - */ main { - section { - clear: both; - } - - .subsection { - display: block; - float: left; - width: 48.75%; - margin: 0.5em 0 0.5em 2.5%; - } - - .first { - margin-left: 0; - } - - .masthead .subsection.nav { - text-align: center; - } + padding-bottom: 3em; } +img[name=license] { + display: block; + padding: 1em; } - -- cgit v1.2.3