added no_header_or_footer layout

added page 7 video_fullscreen
This commit is contained in:
Alex Corbi 2017-01-23 09:50:33 +01:00
parent 50d53ee7e8
commit 3533daf3b6
137 changed files with 2180 additions and 3732 deletions

View file

@ -40,7 +40,7 @@
> li > span {
&:hover,
&:focus {
z-index: 2;
z-index: 3;
color: @pagination-hover-color;
background-color: @pagination-hover-bg;
border-color: @pagination-hover-border;
@ -52,7 +52,7 @@
&,
&:hover,
&:focus {
z-index: 3;
z-index: 2;
color: @pagination-active-color;
background-color: @pagination-active-bg;
border-color: @pagination-active-border;