CSS code standards cleanup

This commit is contained in:
John O'Nolan 2013-09-15 20:18:37 +01:00
parent c7fcdb625f
commit aa982c2d31
2 changed files with 2 additions and 3 deletions

View File

@ -52,7 +52,7 @@
left:0; left:0;
bottom:0; bottom:0;
z-index: 700; z-index: 700;
background: #FFFFFF; background: #fff;
box-shadow: $lightbrown 1px 0 0; box-shadow: $lightbrown 1px 0 0;
@include breakpoint($tablet) { @include breakpoint($tablet) {
width:100%; width:100%;
@ -162,7 +162,7 @@
right:0; right:0;
left:20%; left:20%;
bottom:0; bottom:0;
background: #FFFFFF; background: #fff;
@include breakpoint($tablet) { @include breakpoint($tablet) {
display: none; display: none;

View File

@ -1155,7 +1155,6 @@ main {
background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 25%,rgba(255,255,255,0.90) 100%); background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 25%,rgba(255,255,255,0.90) 100%);
background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 25%,rgba(255,255,255,0.90) 100%); background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 25%,rgba(255,255,255,0.90) 100%);
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 25%,rgba(255,255,255,0.90) 100%); background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 25%,rgba(255,255,255,0.90) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2ffffff',GradientType=0 );
button, .button { button, .button {
display:inline-block; display:inline-block;