Added link to Selz

This commit is contained in:
Sam Potts
2015-02-27 14:52:57 +11:00
parent d784669699
commit a637949e84
3 changed files with 21 additions and 1 deletions

View File

@ -100,6 +100,9 @@ a {
&:focus {
.tab-focus();
}
&.logo {
border: 0;
}
}
.btn {
display: inline-block;
@ -110,6 +113,7 @@ a {
.font-smoothing(on);
font-weight: 600;
border-radius: 3px;
user-select: none;
&:hover,
&:focus {
@ -135,6 +139,15 @@ a {
}
}
// Footer
footer {
margin-bottom: @padding-base;
p {
margin-bottom: (@padding-base / 2);
}
}
// Fonts
// Last to not block rendering
@import "docs/fontface.less";