Subversion Repositories programming

Rev

Rev 270 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 270 Rev 274
Line 141... Line 141...
141
}
141
}
142
 
142
 
143
ul.nobullet {
143
ul.nobullet {
144
    list-style: none;
144
    list-style: none;
145
}
145
}
-
 
146
 
-
 
147
#halfwidth1 {
-
 
148
    float: left;
-
 
149
    width: 50%;
-
 
150
}
-
 
151
 
-
 
152
#halfwidth2 {
-
 
153
    float: right;
-
 
154
    width: 50%;
-
 
155
}
-
 
156
 
-
 
157
.clear {
-
 
158
    clear: both;
-
 
159
}