git-svn-id: file:///home/shish/svn/shimmie2/trunk@96 7f39781d-f577-437e-ae19-be835c7a54ca
This commit is contained in:
parent
be5b9e1962
commit
b18b8901ad
1 changed files with 9 additions and 2 deletions
|
@ -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;*/
|
||||
}
|
Reference in a new issue