From 4f6658b1153e51c80fe3449a7656e52ecafbcb33 Mon Sep 17 00:00:00 2001 From: lotus Date: Thu, 5 Mar 2009 20:41:30 +0000 Subject: [PATCH] * non-sliding api icon * regex doc links update git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@5668 6c8d7289-2bf4-0310-a012-ef5d649a1542 --- htroot/Blacklist_p.html | 10 +++++----- htroot/env/base.css | 2 +- htroot/env/ie6.css | 4 ++-- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/htroot/Blacklist_p.html b/htroot/Blacklist_p.html index 0b4317920..1130b4e1c 100644 --- a/htroot/Blacklist_p.html +++ b/htroot/Blacklist_p.html @@ -76,11 +76,11 @@ diff --git a/htroot/env/base.css b/htroot/env/base.css index 790715ef6..e015635cd 100644 --- a/htroot/env/base.css +++ b/htroot/env/base.css @@ -830,7 +830,7 @@ ul.folder li.treeMenu_closed ul { /* API */ div#api { - position:fixed; + position:absolute; top:20px; right:20px; z-index: 100; diff --git a/htroot/env/ie6.css b/htroot/env/ie6.css index 724e07c93..4ec0c01a8 100644 --- a/htroot/env/ie6.css +++ b/htroot/env/ie6.css @@ -1,6 +1,6 @@ /* Fixes for IE 6 and lower */ -/* API icon - IE6 does not support position:fixed */ +/* API icon - IE6 does not support position:fixed div#api { position:absolute; -} \ No newline at end of file +} */ \ No newline at end of file