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

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

added new styles for ul and li tags

  • Property svn:keywords set to Author Date Id Revision
File size: 320 bytes
Line 
1ul {
2 margin:0;
3 padding:0;
4 list-style-type: none;
5}
6
7ul li{
8 margin:0;
9 padding:0;
10 display: inline;
11}
12
13ul#resultlist li{
14 display:block;
15}
16
17
18ul#classifiernodelist li{
19 list-style: none;
20 margin: 0;
21 padding: 0;
22 display: block;
23}
24
25ul.childrenlist{
26 margin: 0 0 0 20px ;
27 padding: 0;
28 display: block;
29}
Note: See TracBrowser for help on using the repository browser.