source: trunk/gsdl3/web/interfaces/classic/style/classic2.css@ 13260

Last change on this file since 13260 was 13260, checked in by shaoqun, 17 years ago

added new styles and use table to display the result list considering the format statements use table tags

  • Property svn:keywords set to Author Date Id Revision
File size: 316 bytes
Line 
1div.terminfo{
2
3}
4
5div.matchdocs{
6
7}
8
9div.classifiernodes{
10 margin: 0 ;
11 padding: 0;
12}
13
14div.h-classifiernodes{
15
16}
17
18div.classifiernode{
19 margin: .4em 0 .4em 2em;
20 padding: 0;
21}
22
23
24div.resultnavigation{
25 margin: 0;
26 padding:0;
27}
28
29table.resultlist{
30 margin: 0;
31 padding:0;
32}
33
34tr.resultitem{
35 margin: 0;
36 padding:0;
37}
Note: See TracBrowser for help on using the repository browser.