pull/3/head
Dave Cranwell 2014-02-07 13:25:44 +00:00
rodzic 823dc47acb
commit f312e4327b
2 zmienionych plików z 2 dodań i 3 usunięć

Wyświetl plik

@ -12,7 +12,7 @@
@media screen and (-webkit-min-device-pixel-ratio:0) {
@font-face {
font-family: 'wagtail';
src: url("@{css-root}fonts/wagtail.svg#wagtail") format("svg"),
src: url("@{css-root}fonts/wagtail.svg#wagtail") format("svg"),
}
}

Wyświetl plik

@ -870,7 +870,6 @@ footer, .logo{
@media screen and (min-width: 90em){
.wrapper{
/*background-color:@color-grey-5;*/
max-width:@breakpoint-desktop-larger;
}
.nav-wrapper{
@ -893,7 +892,7 @@ footer, .logo{
#nav-toggle,
footer,
.logo{
.transition(all 0.2s ease); /* TODO: ensure that nav-wrapper can't be seen to be gradually expanding to fill height of screen, by removing unnecessary transitions */
.transition(all 0.2s ease);
}
.nav-wrapper{
.transition-transform(0.2s ease);