From 519e8502e8fa84db3f4c23a3eda20f010d61f220 Mon Sep 17 00:00:00 2001
From: Gabriel Dunne
Date: Sun, 18 Dec 2011 02:56:11 -0800
Subject: [PATCH] updated style
---
TODO | 7 +++++--
get.php | 10 ++++++----
index.php | 21 +++++++++++++++++++++
style.css | 8 ++++----
4 files changed, 36 insertions(+), 10 deletions(-)
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;
}
--
2.34.1