summaryrefslogtreecommitdiff
path: root/style/style.less
diff options
context:
space:
mode:
authorAndreas Stöckel <astoecke@techfak.uni-bielefeld.de>2015-03-08 00:08:18 +0100
committerAndreas Stöckel <astoecke@techfak.uni-bielefeld.de>2015-03-08 00:08:18 +0100
commit1789955d8c66141d9f95f0b9acd5f354701dfad5 (patch)
treedf3632fb95845e40946fd8c1b82259e996c568c4 /style/style.less
parent55dcbd256dbb292feeb294243eb644888ac6a41a (diff)
Curren version of the webpage
Diffstat (limited to 'style/style.less')
-rw-r--r--style/style.less58
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;
}
-