mirror of
https://github.com/HaschekSolutions/pictshare.git
synced 2025-11-16 21:18:00 +00:00
fixed album css bug
This commit is contained in:
@@ -24,6 +24,22 @@
|
|||||||
<meta name="distribution" content="global">
|
<meta name="distribution" content="global">
|
||||||
<meta name="rating" content="general">
|
<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>
|
</HEAD>
|
||||||
<BODY>
|
<BODY>
|
||||||
<div class="mitte" id="overall">
|
<div class="mitte" id="overall">
|
||||||
|
|||||||
Reference in New Issue
Block a user