source: sandbox/expresso-solr/solr/example/work/jetty-0.0.0.0-8983-solr.war-_solr-any-/webapp/css/styles/java-properties.css @ 7588

Revision 7588, 424 bytes checked in by adir, 11 years ago (diff)

Ticket #000 - Adicionando a integracao de buscas com Solr na base a ser isnerida na comunidade

Line 
1#content #java-properties .loader
2{
3  background-position: 0 50%;
4  padding-left: 21px;   
5}
6
7#content #java-properties li
8{
9  padding-top: 3px;
10  padding-bottom: 3px;
11}
12
13#content #java-properties li.odd
14{
15  background-color: #f8f8f8;
16}
17
18#content #java-properties li dt
19{
20  float: left;
21  width: 29%;
22}
23
24#content #java-properties li dd
25{
26  float: right;
27  width: 70%
28}
29
30#content #java-properties li dd.odd
31{
32  color: #999;
33}
Note: See TracBrowser for help on using the repository browser.