*) Moved image properties from HTML to CSS.

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@1590 6c8d7289-2bf4-0310-a012-ef5d649a1542
pull/1/head
low012 19 years ago
parent 27b6b3d714
commit 0eb8dd98b3

@ -63,7 +63,7 @@
<td width="100%">
#{bookmarks}#
<p style="border-bottom:1px #000 dashed; padding-bottom: 1em;">
#(public)#<img src="env/grafics/bookmarkpriv.gif" width="16" height="16" alt="private">::<img src="env/grafics/bookmarkpub.gif" width="16" height="16" alt="public">#(/public)#
#(public)#<img class="bookmarkIcon" src="env/grafics/bookmarkpriv.gif" alt="private">::<img class="bookmarkIcon" src="env/grafics/bookmarkpub.gif" alt="public">#(/public)#
<a href="#[link]#" target="_blank" class="bookmarkTitle">#[title]#</a><br />
<span class="bookmarkDescription">#[description]#</span><br />
Tagged with |&nbsp;#{tags}#<a href="Bookmarks_p.html?tag=#[tag]#" class="bookmarkTags">#[tag]#</a> | #{/tags}#<br />

@ -192,3 +192,7 @@ font-style:normal;
color: #999999;
text-decoration:none;
}
img.bookmarkIcon{
height: 16px;
width: 16px;
}

Loading…
Cancel
Save