mirror of https://github.com/apache/lucene.git
33 lines
444 B
CSS
33 lines
444 B
CSS
|
#content #java-properties .loader
|
||
|
{
|
||
|
background-position: 0 50%;
|
||
|
padding-left: 21px;
|
||
|
}
|
||
|
|
||
|
#content #java-properties li
|
||
|
{
|
||
|
padding-top: 3px;
|
||
|
padding-bottom: 3px;
|
||
|
}
|
||
|
|
||
|
#content #java-properties li.odd
|
||
|
{
|
||
|
background-color: #f8f8f8;
|
||
|
}
|
||
|
|
||
|
#content #java-properties li dt
|
||
|
{
|
||
|
float: left;
|
||
|
width: 29%;
|
||
|
}
|
||
|
|
||
|
#content #java-properties li dd
|
||
|
{
|
||
|
float: right;
|
||
|
width: 70%
|
||
|
}
|
||
|
|
||
|
#content #java-properties li dd.odd
|
||
|
{
|
||
|
color: #999;
|
||
|
}
|