]> git.quilime.com - clmpr.git/commitdiff
Update tag bg and title size
authorGabriel Dunne <gdunne@quilime.com>
Sun, 19 Feb 2012 01:02:10 +0000 (17:02 -0800)
committerGabriel Dunne <gdunne@quilime.com>
Sun, 19 Feb 2012 01:02:10 +0000 (17:02 -0800)
style.css

index 3441faa8f1c2117336326382b5319055745f49a3..639d784bf8f105f1a7b70ea51316c2af7ce6e94d 100644 (file)
--- a/style.css
+++ b/style.css
@@ -66,7 +66,7 @@ ul.links li span.url a {
     display:inline-block;
     line-height:1.2em;
     font-weight:normal;
-    font-size:22px;
+    font-size:20px;
     text-decoration:none;
 }
 ul.links li span.url a {
@@ -83,6 +83,7 @@ ul.links li .expand {
 }
 ul.links li .desc {
     display:inline-block;
+    margin:5px 0;
 }
 ul.links li .tags {
 }
@@ -90,8 +91,7 @@ ul.links li .tags:hover,
 ul.links li .tags:hover a {
 }
 ul.links li .tags:hover a:hover {
-    color:#00e !important;
-    text-decoration:underline;
+    color:#fff !important;
 }
 .private a {
     background:#eee !important;
@@ -149,7 +149,7 @@ ul.tags li {
 }
 ul.tags li a {
     color:#fff;
-    background:#777;
+    background:#999;
     border-radius:3px;
     padding:0.2em 0.3em;
     text-decoration:none;