From: Gabriel Dunne
Date: Sun, 18 Dec 2011 10:56:11 +0000 (-0800)
Subject: updated style
X-Git-Tag: v0.1~60
X-Git-Url: https://git.quilime.com/?a=commitdiff_plain;h=519e8502e8fa84db3f4c23a3eda20f010d61f220;p=clmpr.git
updated style
---
diff --git a/TODO b/TODO
index 135f332..0920b7e 100644
--- a/TODO
+++ b/TODO
@@ -2,9 +2,12 @@ create server variable for bookmarklet
evaluate MVC architecture w/ template system
add description field
-tags:
+tags:
+
delimit tags with commas in db (?)
need UNIQUE field in tags
increment tag count on insert
decrement tag count on delete
- if zero delete row
\ No newline at end of file
+ if zero delete row
+
+ see: http://www.pui.ch/phred/archives/2005/05/tags-with-mysql-fulltext.html
\ No newline at end of file
diff --git a/get.php b/get.php
index d14dea1..a0899e6 100644
--- a/get.php
+++ b/get.php
@@ -73,15 +73,17 @@ case 'xml' :
?>
+
+ by
+
+
+
-
- by
-
-
+
+
+
+
echo '© 2011 gabriel dunne';
echo '
';
include 'footer.html';
diff --git a/style.css b/style.css
index a6977ee..52fc360 100644
--- a/style.css
+++ b/style.css
@@ -45,10 +45,10 @@ hr {
}
ul.links li {
- margin-bottom:0.75em;
+
}
ul.links li span.url {
- display:block;
+ display:inline-block;
}
ul.links li span.meta {
color:#bbb;
@@ -80,11 +80,11 @@ ul.tags, ul.tags li {
display:inline;
}
ul.tags li {
- background:#eee;
+ background:#f8f8f8;
padding:0 4px;
margin:0 1px;
}
ul.tags li a {
- color:#aaa;
+ color:#bbb;
}