Ignore:
Timestamp:
2009-06-29T12:50:08+12:00 (15 years ago)
Author:
kjdon
Message:

removed ul and li styles - keep these as their defaults. Added some of the instructions into the other styles that relied on them

File:
1 edited

Legend:

Unmodified
Added
Removed
  • greenstone3/trunk/web/interfaces/gs2/style/gs2-style2.css

    r18383 r19941  
    1 ul {
     1ul#resultlist {
    22  margin:0;
    33  padding:0;
     
    55}
    66
    7 ul li{
     7ul#resultlist li{
    88  margin:0;
    99  padding:0;
    10   display: inline;
    11 }
    12 
    13 ul#resultlist li{
    1410  display:block;
    1511}
    1612
     13ul#classifiernodelist {
     14  margin:0;
     15  padding:0;
     16  list-style-type: none;
     17}
    1718
    1819ul#classifiernodelist li{
     
    2728  padding: 0;
    2829  display: block;
     30 list-style-type: none;
    2931}
    3032
     
    4951  color: #000000;
    5052  text-decoration: none;
     53  display: inline;   
    5154}
    5255
Note: See TracChangeset for help on using the changeset viewer.