]> git.quilime.com - aggregate.git/commitdiff
cleanup
authorGabriel Dunne <gdunne@quilime.com>
Sun, 24 Feb 2019 02:50:00 +0000 (18:50 -0800)
committerGabriel Dunne <gdunne@quilime.com>
Sun, 24 Feb 2019 02:50:00 +0000 (18:50 -0800)
index.php
style.css

index 7182cc5a9554f7f892b7ea83d0be6d1d7166f53f..a297c5cee72260633411f6bb1838d13ac9cab6bd 100644 (file)
--- a/index.php
+++ b/index.php
@@ -314,10 +314,10 @@ function agg($agg)
             //echo '<a href="' . $img_info['link'] . '">'                      ;
                        }       
                        
-                       echo '<img border="0" title="'.$file['name'].'" src="'.$file['url'].'">';
+                       echo '<a href="?l=' . $file['name'] . '"><img border="0" title="'.$file['name'].'" src="'.$file['url'].'"></a>';
                        
                                echo '<div class="desc" id="' . $i . '_inf">';
-                               echo '<a href="?l=' . $file['name'] . '">#</a><br/>';
+                               // echo '<a href="?l=' . $file['name'] . '">#</a><br/>';
 
                                if(file_exists(DESC . $file['name'] . '.txt')) {
                                echo '<a href="' . $img_info['link'] . '"><br/>';                               
@@ -497,8 +497,8 @@ function js()
        <? pages(sizeof($agg)); ?>
        </div>
     
-       <script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script><script type="text/javascript">_uacct = "UA-351774-1";urchinTracker();</script>
-
+       <!-- <script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script><script type="text/javascript">_uacct = "UA-351774-1";urchinTracker();</script>
+ -->
 </body>
 
 </html>
index 165f4f7218e67f2f38e99f208ec03e3ab24c0786..b3065fc12aa7b52dca86586b0760b994b941dde4 100644 (file)
--- a/style.css
+++ b/style.css
@@ -28,7 +28,9 @@ body {
 
 #agg .aggim {
     margin-bottom: 120px
-    max-width:90%;
+}
+.aggim img {
+    max-width: 100%;
 }
 
 a {