all repos — h3rald @ deb0c19cadc0d766ade456bd68aa275e7ee8af10

The sources of https://h3rald.com

Minor fixes.
h3rald h3rald@h3rald.com
Sat, 08 Mar 2014 15:42:05 +0100
commit

deb0c19cadc0d766ade456bd68aa275e7ee8af10

parent

abf835efadf11efadce09c6a36f5d9af84158437

1 files changed, 2 insertions(+), 4 deletions(-)

jump to
M content/styles/_elements.scsscontent/styles/_elements.scss

@@ -32,6 +32,7 @@ padding-top: 70px;

} a, a:link, a:visited, a:active { + word-break: break-word; transition-property: color; transition-duration: 500ms; transition-timing-function: ease-out;

@@ -69,6 +70,7 @@ margin-right: 10px;

} #site-footer, .navbar, .navbar-collapse { + box-shadow: 0px 0px 20px 2px $navbar-bkg; text-shadow: 0 1px 1px #111; color: $light-text; background: $navbar-bkg;

@@ -118,10 +120,6 @@ }

main { padding-bottom: 50px; -} - -#main-navbar, #site-footer { - box-shadow: 0px 0px 20px 2px $navbar-bkg; } #site-footer {