From cf3203fca835211f8c2729fa0bef353660bccf99 Mon Sep 17 00:00:00 2001 From: Gabriel Dunne Date: Sat, 18 Feb 2012 16:54:12 -0800 Subject: [PATCH] limited get and updated style --- get.php | 2 +- style.css | 14 ++++++++------ 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/get.php b/get.php index 6657b07..70f7845 100644 --- a/get.php +++ b/get.php @@ -54,7 +54,7 @@ try { FROM clumps JOIN users ON users.id = clumps.user_id - ORDER BY date DESC"); + ORDER BY date DESC LIMIT 50 "); $q->execute(); } } diff --git a/style.css b/style.css index 6db5fae..3441faa 100644 --- a/style.css +++ b/style.css @@ -64,8 +64,10 @@ ul.links li { } ul.links li span.url a { display:inline-block; - margin-bottom:4px; - font-weight:bold; + line-height:1.2em; + font-weight:normal; + font-size:22px; + text-decoration:none; } ul.links li span.url a { color:#000; @@ -146,14 +148,14 @@ ul.tags li { margin:0 0.08em; } ul.tags li a { - color:#500; - background:#dda; + color:#fff; + background:#777; border-radius:3px; - padding:0.1em 0.3em; + padding:0.2em 0.3em; text-decoration:none; } ul.tags li a:hover { - text-decoration:underline; + background:#333; } -- 2.34.1