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;