]> git.quilime.com - plog_bk.git/commitdiff
style changes
authorGabriel Dunne <quilime@monkey.dreamhost.com>
Mon, 11 Jan 2010 04:58:11 +0000 (20:58 -0800)
committerGabriel Dunne <quilime@monkey.dreamhost.com>
Mon, 11 Jan 2010 04:58:11 +0000 (20:58 -0800)
css/style.css
index.php
lib/data.php
templates/agg.html
templates/nav.html

index e77adc127e42637409343a44cbf34bf9c26b0d4f..fb7d218c7e057ecfd3a999fd4684459064f8c313 100644 (file)
@@ -77,7 +77,7 @@ table .reader li, table .bookmarks li { margin-bottom:1em; padding-bottom:1em;
 
     
 .caption { font-style:italic; margin-top:5px; color:#444; }
-.more, .home { text-decoration:none; color:#999; }
+.more, .home { text-decoration:none; color:#000; font-weight:bold; }
 
 #footer {  margin-top:120px; }    
 #footer .copy a { text-decoration:none; }
index 98a47d77e090ae8a9a9820e705ca7087543c3c1b..cd3e07da8eafd174ccabc8e0a3cb813eba0282bc 100644 (file)
--- a/index.php
+++ b/index.php
@@ -24,7 +24,7 @@
         }
     }
     
-    header ( "Location: /log/" );
+    header ( "Location: /img/" );
     include ( TEMPLATE_DIR . 'index.html' );
                                                                                                                  
 ?>
index 36510cac26aafcdbceabfed81540fbbbf64a810e..6d0f23dfd4baff4a1d7e361ffb2eb01935c17004 100644 (file)
@@ -3,18 +3,14 @@
     function list_content($path, $args="")
     {
         list($list, $total) = get_content($path, $args);
-        
         $ret = array();
-        foreach($list as $l)
-        {
+        foreach($list as $l) {
             $ret[] = '<li><a href="'. $l['href'] .'">' . $l['title'] . '</a></li>'; 
         }
-        
         return join("\n", $ret);
     }
 
 
-
     function get_content ($path, $args="")
     {   
         parse_str($args, $args);
index 25eec85d482da54a3bbb59fbaf20dc515a5065a6..bf7106074c0a5519fe0b05f6e432f1eda3be848d 100644 (file)
@@ -6,27 +6,21 @@
     
     <title><?php echo SITE_TITLE; ?> - aggregate</title>
     
-    <link rel="alternate" type="application/rss+xml" title="aggregate" href="http://media.quilime.com/aggregate/?return=rss" />
-
+    <link rel="alternate" type="application/rss+xml" title="aggregate" href="http://media.quilime.com/aggregate/?return=rss" />    
     
 </head>
 
 <body>
     
     <?php include_template('nav.html'); ?>
-
+    
     <div id="content">
-
-       <p>
-        saved images, links for reference, inspiration
-    </p>
     
     <table border="0" id="agg"><tr>
-        
 
         <td valign="top" class="column">
         <?php $agg = get_rss_feed('http://media.quilime.com/aggregate/index.php?return=rss'); ?>
-        <h2><a href="http://quilime.com/aggregate/">images</a></h2>
+        <h3><a class="mute" href="http://quilime.com/aggregate/">image aggregate</a></h3>
         <ul class="image">
 
         <?php 
@@ -84,7 +78,7 @@
 
         <td valign="top" class="column">
         <?php  $feed = get_rss_feed('http://feeds.delicious.com/v2/rss/quilime?count=20'); ?>
-        <h2><a href="http://delicious.com/quilime/">bookmarks </a></h2>
+        <h3><a class="mute" href="http://delicious.com/quilime/">bookmarks </a></h3>
         <ul class="bookmarks">
         <?php foreach($feed->channel->item as $item) : ?>
         <li>
index 5416a8d29fedba737acb48329661097eb9d5f371..c421c4da616fd5d1866ac23bc73180c44dc0f08f 100644 (file)
@@ -1,12 +1,9 @@
-
-
 <ul class="nav">          
     
-    <h3>
-        <strong><a href="/"><? echo SITE_TITLE; ?></a></strong>
+    <h3 >
+        <strong><a class="mute" href="/"><? echo SITE_TITLE; ?></a></strong>
     </h3>
 
-    
     <br/>
 
     <li><a href="/log/">log</a></li>