Skip to content

Commit

Permalink
Correcting body background fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
viT-1 committed Sep 21, 2016
1 parent e4f3f7d commit 88f6954
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
4 changes: 0 additions & 4 deletions css/original/base-layScreen-wide.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@
width: 1000px;
}

*[ly-hldBase] {
background: #CF9;
}

/**** @class hldSideBar */
*[ly-hldSideBar] {
position: absolute;
Expand Down
5 changes: 5 additions & 0 deletions css/original/base-sknGreen.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
body {
background: #FFF top center;
background-attachment: fixed;
}

Expand Down Expand Up @@ -167,6 +168,10 @@ h2.iSideBar[role = 'heading'] {

/**** screen only */
@media screen {
*[ly-hldBase] {
background: #CF9;
}

a
, *[ly-hldMain] h3 a:hover
, .iMoreLess[aria-expanded] dd > *:first-child:after {
Expand Down
2 changes: 1 addition & 1 deletion img/original/base-sknGreen_urlBackgr.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
body {
background: #FFF url('trees-texture.jpg');
background-image: url('trees-texture.jpg');
}

*[ly-hldBanner] {
Expand Down

0 comments on commit 88f6954

Please sign in to comment.