Merge pull request #3220 from DeadSuperHero/fixpostlinks

Fix showpage CSS for wallpaper posts. [ci skip]
This commit is contained in:
Sean Tilley 2012-05-03 16:50:59 -07:00
commit 21fef13620
2 changed files with 1 additions and 2 deletions

View file

@ -308,7 +308,6 @@ article { //mood posts
.photo-fill { .photo-fill {
@include background-cover(); @include background-cover();
z-index : -5000; //so the framer controls don't get lost
position: absolute; position: absolute;
top: 0; top: 0;
left: 0; left: 0;

View file

@ -6,7 +6,7 @@
bottom: 0; bottom: 0;
left: 0; left: 0;
text-align: center; text-align: center;
z-index: 100; z-index: 9001;
} }
#post-reactions { #post-reactions {