diff options
author | plegall <plg@piwigo.org> | 2014-09-19 13:46:51 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2014-09-19 13:46:51 +0000 |
commit | 9f8835ab23bbf94702c9f1803d9928b6be268dc8 (patch) | |
tree | 6c43cce19368a41386b7d1abd216a0eddeb8fe4a /themes | |
parent | 3a2fcdec4e266286b2adc4a2291783b49959f730 (diff) |
center the .bigbutton for only one bigButton (and not 2 with Take a tour)
git-svn-id: http://piwigo.org/svn/trunk@29647 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'themes')
-rw-r--r-- | themes/default/template/no_photo_yet.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/default/template/no_photo_yet.tpl b/themes/default/template/no_photo_yet.tpl index c386e0dd1..25673e1ac 100644 --- a/themes/default/template/no_photo_yet.tpl +++ b/themes/default/template/no_photo_yet.tpl @@ -31,7 +31,7 @@ border:2px solid #dddddd; #noPhotoWelcome {font-size:25px; color:#555;text-align:center; letter-spacing:1px; margin-top:30px;} .bigButton {} -.bigButton {text-align:center; margin-top:100px;} +.bigButton {text-align:center; margin-top:120px;} .bigButton a { background-color:#666; |