From: Gabriel Dunne Date: Sun, 19 Feb 2012 00:54:12 +0000 (-0800) Subject: limited get and updated style X-Git-Url: https://git.quilime.com/?a=commitdiff_plain;h=cf3203fca835211f8c2729fa0bef353660bccf99;p=clmpr.git limited get and updated style --- 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; }