]> git.quilime.com - clmpr.git/commitdiff
limited get and updated style
authorGabriel Dunne <gdunne@quilime.com>
Sun, 19 Feb 2012 00:54:12 +0000 (16:54 -0800)
committerGabriel Dunne <gdunne@quilime.com>
Sun, 19 Feb 2012 00:54:12 +0000 (16:54 -0800)
get.php
style.css

diff --git a/get.php b/get.php
index 6657b07d0630b9b85ef51e66e53b85897b7c5685..70f78454ab6bb8637da25809b8f0d1150d6b5069 100644 (file)
--- 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();
     }
 }
index 6db5faeaecab32e03514e333fd7b33401b481d03..3441faa8f1c2117336326382b5319055745f49a3 100644 (file)
--- 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;
 }