This commit is contained in:
Oliver Davies 2015-03-19 15:23:34 +00:00
parent 735d43b650
commit 2d6d058941
3 changed files with 38 additions and 38 deletions

View file

@ -1,18 +1,18 @@
.content {
@include container(960px);
padding: 1em 0 2em;
@include container(960px);
padding: 1em 0 2em;
a {
text-decoration: none;
a {
text-decoration: none;
&:link,
&:visited {
color: #0678be;
}
&:link,
&:visited {
color: #0678be;
}
&:hover,
&:focus {
color: black;
}
}
&:hover,
&:focus {
color: black;
}
}
}

View file

@ -4,19 +4,19 @@ header[role="banner"] {
padding: 1.5em 0;
.inner {
@include container(960px);
@include container(960px);
.site-name {
@include span(first 3);
}
.site-name {
@include span(first 3);
}
.main-menu {
@include span(9);
text-align: right;
.main-menu {
@include span(9);
text-align: right;
a {
a {
border-bottom: 1px solid #064771;
color: white;
color: white;
display: block;
margin-left: .5em;
text-decoration: none;
@ -24,11 +24,11 @@ header[role="banner"] {
&.active {
border-color: white;
}
}
}
}
}
}
}
.main-menu ul {
@include inline-block-list;
@include inline-block-list;
}

View file

@ -8,38 +8,38 @@
@import "modules/**/*";
body {
color: #222;
font: 14px Arial;
color: #222;
font: 14px Arial;
}
p,
ul,
ol,
pre {
margin-bottom: 1em;
margin-bottom: 1em;
&:last-child {
margin-bottom: 0;
}
&:last-child {
margin-bottom: 0;
}
}
h1 {
font-size: 2em;
margin-bottom: .5em;
font-size: 2em;
margin-bottom: .5em;
}
h2 {
font-size: 1.5em;
margin-bottom: .5em;
font-size: 1.5em;
margin-bottom: .5em;
}
ul {
list-style-type: disc;
list-style-type: disc;
}
code {
font-family: "Courier New";
font-family: "Courier New";
}
dd {
padding-left: 1.5em;
padding-left: 1.5em;
}