From 84cfb101931e84e52d49e85147296602708049e3 Mon Sep 17 00:00:00 2001 From: Nathan Lasseter Date: Mon, 29 Oct 2012 23:17:12 +0000 Subject: Tweet button --- .gitignore | 1 + styles.css | 7 +++++++ viewpost.php | 7 +++++-- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 1c5103b..5f247ad 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ .htpasswd posts/ +*.swp diff --git a/styles.css b/styles.css index 335fa40..f72669f 100644 --- a/styles.css +++ b/styles.css @@ -19,6 +19,13 @@ a.title { font-weight: normal; } +#tweet { + font-size: 8pt; + font-weight: normal; + text-decoration: none; + color: black; +} + a.toplink { font-size: 14pt; letter-spacing: -1px; diff --git a/viewpost.php b/viewpost.php index e4c6cab..d07399b 100644 --- a/viewpost.php +++ b/viewpost.php @@ -8,8 +8,11 @@ $file = $_GET['post']; echo "
\n"; - echo "$file [Permalink]\n"; - + echo "$file [Permalink] "; +?> + + +$date\n"; -- cgit v1.2.3