From 23bda133d2e0d4e01a6b05d8633f36cd0dbf3913 Mon Sep 17 00:00:00 2001 From: reger Date: Sun, 9 Jul 2017 23:08:54 +0200 Subject: [PATCH] Fix css conflict of YMarks.html to make it viewable. yacy-ymarks.css sidebar conflicts with bootstraps sidebar (different overlay settings). Simply renamed it to ymark-sidebar. --- htroot/YMarks.html | 4 ++-- htroot/env/yacy-ymarks.css | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/htroot/YMarks.html b/htroot/YMarks.html index 5f348587a..9c964036e 100644 --- a/htroot/YMarks.html +++ b/htroot/YMarks.html @@ -29,7 +29,7 @@ #%env/templates/header.template%# - +
API The information that is presented on this page can also be retrieved as XML. @@ -49,7 +49,7 @@ To see a list of all APIs, please visit the +
  • Explorer
  • Tag Manager
  • diff --git a/htroot/env/yacy-ymarks.css b/htroot/env/yacy-ymarks.css index f7f0e40d4..7478c87e8 100644 --- a/htroot/env/yacy-ymarks.css +++ b/htroot/env/yacy-ymarks.css @@ -9,7 +9,7 @@ } /* Sidebar */ -#ymarks_body div.sidebar { +#ymarks_body div.ymark-sidebar { width:250px; float:right; margin-right: 10px;