This commit is contained in:
walljm@walljmdesktop 2011-11-02 22:39:56 -04:00
parent 2c3032d617
commit 9dbd223271

View File

@ -55,7 +55,7 @@ h3 {
#searchresultswrap { #searchresultswrap {
font: 11px verdana; font: 11px verdana;
width: 20%; width: 30%;
float: left; float: left;
border: 0px solid #ccc; border: 0px solid #ccc;
border-left-width: 0; border-left-width: 0;
@ -108,7 +108,7 @@ h3 {
background-color: #fff; background-color: #fff;
} }
#resultwrap { #resultwrap {
width: 80%; width: 70%;
float: left; float: left;
background: white; background: white;
@ -129,8 +129,9 @@ h3 {
} }
#result { #result {
font: 13px georgia; font: 21px georgia;
margin: 0 0 12px 12px; margin: 0 0 12px 12px;
padding: 0 12px 0 0;
line-height: 200%; line-height: 200%;
} }
#result a { #result a {