Various schema issues.

This commit is contained in:
Thomas Willingham
2013-10-10 19:18:33 +01:00
parent d05899fb50
commit cdf608898a
4 changed files with 22 additions and 22 deletions

View File

@@ -10,11 +10,11 @@
body {
font-family: arial,freesans,sans-serif;
font-size: 12px;
background-color: #$background_colour;
background-color: $bgcolour;
background-image: url('$background_image');
background-attachment: fixed;
background-size: cover;
color: #$font_colour;
color: $font_colour;
margin: 0px;
}
.jslider {
@@ -117,7 +117,7 @@ blockquote {
filter:alpha(opacity=100);
}
nav {background-image: linear-gradient(bottom, #$nav_bg_1 26%, #$nav_bg_2 82%);
nav {background-image: linear-gradient(bottom, $nav_bg_1 26%, $nav_bg_2 82%);
background-image: -o-linear-gradient(bottom, $nav_bg_1 26%, $nav_bg_2 82%);
background-image: -moz-linear-gradient(bottom,$nav_bg_1 26%, $nav_bg_2 82%);
background-image: -webkit-linear-gradient(bottom, $nav_bg_1 26%, $nav_bg_2 82%);
@@ -823,7 +823,7 @@ footer {
margin-top: 10px;
position: relative;
border-radius: $radiuspx;
background-color: #$item_colour;
background-color: $item_colour;
opacity: $item_opacity;
}