mirror of
https://github.com/HaschekSolutions/pictshare.git
synced 2025-11-16 13:08:01 +00:00
fixed album css bug
This commit is contained in:
@@ -24,6 +24,22 @@
|
||||
<meta name="distribution" content="global">
|
||||
<meta name="rating" content="general">
|
||||
|
||||
<style type="text/css">
|
||||
img {
|
||||
|
||||
<?php
|
||||
if($data['responsive']===true)
|
||||
echo ' display: block;
|
||||
max-width: 100%;
|
||||
height: auto;
|
||||
padding-bottom:10px;';
|
||||
else
|
||||
echo 'padding:7px;';
|
||||
?>
|
||||
}
|
||||
|
||||
</style>
|
||||
|
||||
</HEAD>
|
||||
<BODY>
|
||||
<div class="mitte" id="overall">
|
||||
|
||||
Reference in New Issue
Block a user