diff options
Diffstat (limited to 'style/style.less')
-rw-r--r-- | style/style.less | 58 |
1 files changed, 5 insertions, 53 deletions
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; @@ -53,31 +54,6 @@ pre mark { } /** - * 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; } - |