From eba6fc9c36e3243e5f8540109bf9b5e270a5bd89 Mon Sep 17 00:00:00 2001 From: Simon Morgan Date: Thu, 12 Feb 2009 02:19:23 +0000 Subject: [PATCH] Prettier buttons. --- default.css | 8 ++++++++ post.cgi | 4 ++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/default.css b/default.css index 5f6038a..7e983be 100644 --- a/default.css +++ b/default.css @@ -27,6 +27,14 @@ input#posttitle, textarea#postbody, table#postlist { text-align: center; } +.button { + background-color: #fdfeea; + border: medium solid black; + padding: 0.4em; + font-size: large; + font-weight: bold; +} + table#postlist { border: thin solid black; width: 100%; diff --git a/post.cgi b/post.cgi index fc91d55..33885c4 100755 --- a/post.cgi +++ b/post.cgi @@ -86,8 +86,8 @@ print '' % cgi.escape( print '' % cgi.escape(edit_text, True) print '

' -print '' -print '' +print '' +print '' print '

' print '' -- 2.11.4.GIT