From 5d177ecb6369d6c166f6b193da775db266fdedae Mon Sep 17 00:00:00 2001 From: Hal Gatewood Date: Thu, 28 Jan 2016 11:24:00 -0600 Subject: [PATCH] Actually started using $icon_url variable --- index.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.php b/index.php index c2dcbca..43be4f0 100644 --- a/index.php +++ b/index.php @@ -67,7 +67,7 @@ if( !$title ) { $title = cleanTitle(basename(dirname(__FILE__))); } .note { padding: 0 5px 25px 0; font-size:80%; color: #666; line-height: 18px; } .block { clear: both; min-height: 50px; border-top: solid 1px #ECE9E9; } .block:first-child { border: none; } - .block .img { width: 50px; height: 50px; display: block; float: left; margin-right: 10px; background: transparent url(https://dl.dropbox.com/u/6771946/icons/icons.png) no-repeat 0 0; } + .block .img { width: 50px; height: 50px; display: block; float: left; margin-right: 10px; background: transparent url() no-repeat 0 0; } .block .date { margin-top: 4px; font-size: 70%; color: #666; } .block a { display: block; padding: 10px 15px; transition: all 0.35s; } .block a:hover { text-decoration: none; background: #efefef; } @@ -234,4 +234,4 @@ build_blocks( $items, false ); - \ No newline at end of file +