more of Beths beautification

git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@510665 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Erik Hatcher 2007-02-22 21:53:03 +00:00
parent 48ca17444f
commit 8680e2a02a
1 changed files with 7 additions and 14 deletions

View File

@ -21,6 +21,9 @@ body {
color: #CD3700;
}
a img {
border: 0;
}
td {
font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
@ -59,16 +62,6 @@ em {
color: #000;
}
#search {
background-color: #EFEFDE;
padding-top: 30px;
padding-left: 30px;
padding-bottom: 20px;
margin-bottom: 20px;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #CCCCCC;
}
#sidebar {
float: right;
width: 339px;
@ -78,6 +71,10 @@ em {
padding: 10px;
}
.searchbar {
line-height: 12px;
}
#sidebar ul {
list-style: none;
margin-left: -20px;
@ -161,7 +158,3 @@ em {
color: #999;
font-style: italic;
}
.searchbar {
padding: 1px;
}