From d858edd4e39e0781bb21c4a5b4fe99a16c8d9c8b Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Tue, 23 Oct 2007 09:21:11 +0000 Subject: [PATCH] Stylesheet changes for permalink from crschmidt. Part of fix for case #566. --- public/stylesheets/site.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/public/stylesheets/site.css b/public/stylesheets/site.css index b11eb191d..28d840b72 100644 --- a/public/stylesheets/site.css +++ b/public/stylesheets/site.css @@ -564,3 +564,11 @@ input { text-align: Left; font-weight: normal; } + +#permalink { + z-index:10000; + position:absolute; + bottom:15px; + right:15px; + font-size:smaller; +} -- 2.43.2