From 0eb8dd98b3faf84a3ee07b586c8ff6b6123cd233 Mon Sep 17 00:00:00 2001 From: low012 Date: Thu, 9 Feb 2006 20:13:02 +0000 Subject: [PATCH] *) Moved image properties from HTML to CSS. git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@1590 6c8d7289-2bf4-0310-a012-ef5d649a1542 --- htroot/Bookmarks_p.html | 2 +- htroot/env/style.css | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/htroot/Bookmarks_p.html b/htroot/Bookmarks_p.html index 73a30ac19..8f94bebcf 100644 --- a/htroot/Bookmarks_p.html +++ b/htroot/Bookmarks_p.html @@ -63,7 +63,7 @@ #{bookmarks}#

-#(public)#private::public#(/public)# +#(public)#private::public#(/public)# #[title]#
#[description]#
Tagged with | #{tags}##[tag]# | #{/tags}#
diff --git a/htroot/env/style.css b/htroot/env/style.css index 7e484161b..b9ad9f62a 100644 --- a/htroot/env/style.css +++ b/htroot/env/style.css @@ -192,3 +192,7 @@ font-style:normal; color: #999999; text-decoration:none; } +img.bookmarkIcon{ +height: 16px; +width: 16px; +}