Skip to content

Commit

Permalink
More background positions to percentiles
Browse files Browse the repository at this point in the history
  • Loading branch information
nschonni committed Nov 16, 2012
1 parent 836c3fb commit 526b35c
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion build/js/css/pe-ap-ie-min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/js/css/pe-ap-min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/theme-clf2-nsi2/css/theme-ie-min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/theme-clf2-nsi2/css/theme-min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/js/sass/includes/_lightbox.scss
Expand Up @@ -82,7 +82,7 @@
margin-top:-32px;
background-position: 100% 0;
&:hover,&:focus,&:active{
background-position:bottom right;
background-position: 100% 100%; //bottom right
}
}

Expand Down
Expand Up @@ -304,7 +304,7 @@ body{
text-align: center;
background-image: url(../images/tphp.gif);
background-repeat: no-repeat;
background-position: top center;
background-position: 50% 0;//top center
a{
@include inline-block;
padding-top: 13px;
Expand Down

0 comments on commit 526b35c

Please sign in to comment.