mirror of https://github.com/apache/lucene.git
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:
parent
48ca17444f
commit
8680e2a02a
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue