This website works better with JavaScript.
Home
Help
Sign In
heuzef
/
pinry
mirror of
https://github.com/pinry/pinry.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
44
Wiki
Activity
Browse Source
Reduce the top margin on lightbox
tags/v1.0.0
Isaac Bythewood
11 years ago
parent
8ec96a07ce
commit
29665a41a5
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
pinry/static/js/lightbox.js
+ 1
- 1
pinry/static/js/lightbox.js
View File
@@ -53,7 +53,7 @@ $(window).load(function() {
});
$('.lightbox-wrapper').css({
'width': context.width,
'margin-top':
10
0,
'margin-top':
7
0,
'margin-left': -context.width/2
});
Write
Preview
Loading…
Cancel
Save