From b18b8901ad46e36c0ac3ca83ccb34c12c009b9d8 Mon Sep 17 00:00:00 2001 From: Artanis Date: Tue, 15 May 2007 05:52:43 +0000 Subject: [PATCH] git-svn-id: file:///home/shish/svn/shimmie2/trunk@96 7f39781d-f577-437e-ae19-be835c7a54ca --- contrib/link_image/_style.css | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/contrib/link_image/_style.css b/contrib/link_image/_style.css index 39c0c15d..01f541d0 100644 --- a/contrib/link_image/_style.css +++ b/contrib/link_image/_style.css @@ -3,7 +3,10 @@ **/ /* * * Link to Image * * */ -#link_to_image { } +#link_to_image { + /* allows borders to encompass the content; */ + overflow:hidden; +} #link_to_image fieldset { width: 32%; @@ -24,11 +27,15 @@ padding-right:2%; cursor:pointer; } +#link_to_image input { + font-size:0.7em; + font-family:courier, fixed, monospace; +} #link_to_image br { clear:both; } #link_to_image label:hover { - border-bottom:1px dashed; + /*border-bottom:1px dashed;*/ } \ No newline at end of file