From a637949e8434a45f29c3e59be7d74850b8161baf Mon Sep 17 00:00:00 2001 From: Sam Potts Date: Fri, 27 Feb 2015 14:52:57 +1100 Subject: Added link to Selz --- src/less/docs.less | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'src') diff --git a/src/less/docs.less b/src/less/docs.less index 65639769..890f69dd 100644 --- a/src/less/docs.less +++ b/src/less/docs.less @@ -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"; \ No newline at end of file -- cgit v1.2.3