From: Gabriel Dunne Date: Mon, 11 Jan 2010 04:58:11 +0000 (-0800) Subject: style changes X-Git-Url: https://git.quilime.com/?a=commitdiff_plain;h=fb9ff602afa74b3b8a5253984c394c91d80d770b;p=plog_bk.git style changes --- diff --git a/css/style.css b/css/style.css index e77adc1..fb7d218 100644 --- a/css/style.css +++ b/css/style.css @@ -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; } diff --git a/index.php b/index.php index 98a47d7..cd3e07d 100644 --- a/index.php +++ b/index.php @@ -24,7 +24,7 @@ } } - header ( "Location: /log/" ); + header ( "Location: /img/" ); include ( TEMPLATE_DIR . 'index.html' ); ?> diff --git a/lib/data.php b/lib/data.php index 36510ca..6d0f23d 100644 --- a/lib/data.php +++ b/lib/data.php @@ -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[] = '
  • ' . $l['title'] . '
  • '; } - return join("\n", $ret); } - function get_content ($path, $args="") { parse_str($args, $args); diff --git a/templates/agg.html b/templates/agg.html index 25eec85..bf71060 100644 --- a/templates/agg.html +++ b/templates/agg.html @@ -6,27 +6,21 @@ <?php echo SITE_TITLE; ?> - aggregate - - + - +
    - -

    - saved images, links for reference, inspiration -

    -
    -

    images

    +

    image aggregate

      -

      bookmarks

      +

      bookmarks

        channel->item as $item) : ?>
      • diff --git a/templates/nav.html b/templates/nav.html index 5416a8d..c421c4d 100644 --- a/templates/nav.html +++ b/templates/nav.html @@ -1,12 +1,9 @@ - -