From 7ecac9937d17ad166d0823c0811fb4f7008f7ee4 Mon Sep 17 00:00:00 2001 From: Savetheinternet Date: Thu, 17 Feb 2011 20:04:56 +1100 Subject: [PATCH] Small style change to prev/next buttons --- style.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/style.css b/style.css index 7486f321..5813ec57 100644 --- a/style.css +++ b/style.css @@ -286,6 +286,15 @@ div.pages a.selected { div.pages a:link { text-decoration: none; } +div.pages form { + margin: 0; + padding: 0; + display: inline; +} +div.pages form input { + margin: 0 5px; + display: inline; +} hr { border: none; border-top: 1px solid #B7C5D9;