Skip to content
This repository has been archived by the owner on Sep 18, 2018. It is now read-only.

Commit

Permalink
Launch promo.
Browse files Browse the repository at this point in the history
  • Loading branch information
spladug committed Apr 1, 2013
1 parent fd56763 commit 4a6d359
Showing 1 changed file with 11 additions and 12 deletions.
23 changes: 11 additions & 12 deletions css/theme_light.css
@@ -1,14 +1,14 @@
@media (min-width:1123px) and (max-width:1318px) {

// #gutter-1 {
// left: 0px;
// margin-left: auto;
// }
#gutter-1 {
left: 0px;
margin-left: auto;
}

// #gutter-2 {
// right: 0px !important;
// margin-right: auto !important;
// }
#gutter-2 {
right: 0px !important;
margin-right: auto !important;
}
}

@media (max-width:1170px) {
Expand All @@ -33,7 +33,7 @@
position: absolute;
width: 500px;
background-repeat: no-repeat;
// background: url("../img/left-big-2.jpg");
background: url("../img/left-big-2.jpg");
height: 600px;
}

Expand All @@ -46,14 +46,13 @@
z-index: -2;
height: 610px;
background-repeat: no-repeat;
// background: url("../img/right-big-2.jpg");
background: url("../img/right-big-2.jpg");
}

body {

min-width: 1170px;
// background-color: black;
background-color: white;
background-color: black;
}

#video-display {
Expand Down

0 comments on commit 4a6d359

Please sign in to comment.