From a3bc601263e63bbdf74778c29daf245d5f4cefe1 Mon Sep 17 00:00:00 2001 From: Philip Sargent Date: Tue, 12 May 2026 00:51:18 +0100 Subject: [PATCH] nicer for troggle pages --- css/main2.css | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/css/main2.css b/css/main2.css index cba0249be..705ee80d7 100644 --- a/css/main2.css +++ b/css/main2.css @@ -68,6 +68,19 @@ div.centre img { margin: 25px; vertical-align: middle; } + +div#editLinks { + Zposition:absolute; + /* background: #999;*/ + bottom:0px; + right:0px; + font-family: "Courier New", Courier, monospace; + filter:alpha(opacity=75); + -moz-opacity:.75; + opacity:.75; + text-align:right; +} + hr { border: 1px solid #99CCCC; margin: 25px 0;