diff --git a/public/css/default.css b/public/css/default.css index 769d424..d5d3092 100644 --- a/public/css/default.css +++ b/public/css/default.css @@ -632,4 +632,15 @@ a#previous_photo:hover, a#next_photo:hover { width: 100% !important; margin: 0 0 5% !important; } + + #previous_photo, #next_photo { + display: none; + } + + #sub_photo, #photo_exif_box { + float: none; + margin: 30px 0; + padding: 10px; + width: auto; + } }