##// END OF EJS Templates
fixed settings clearfix overwritter css
Liviu -
r3644:779d6290 new-ui
parent child Browse files
Show More
@@ -313,7 +313,7 b''
313 313 color: @grey2;
314 314 }
315 315
316 .clearfix {
316 .clear-fix {
317 317 clear: both;
318 318 }
319 319
@@ -406,7 +406,3 b''
406 406 padding: 0 0 0 10px;
407 407 }
408 408 }
409
410
411
412
@@ -20,7 +20,7 b''
20 20 <div class="title">
21 21 <h3>${_('Quick start')}</h3>
22 22 </div>
23 <div class="clearfix"></div>
23 <div class="clear-fix"></div>
24 24 </div>
25 25 %endif
26 26 <div class="table">
General Comments 0
You need to be logged in to leave comments. Login now