##// 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 color: @grey2;
313 color: @grey2;
314 }
314 }
315
315
316 .clearfix {
316 .clear-fix {
317 clear: both;
317 clear: both;
318 }
318 }
319
319
@@ -406,7 +406,3 b''
406 padding: 0 0 0 10px;
406 padding: 0 0 0 10px;
407 }
407 }
408 }
408 }
409
410
411
412
@@ -20,7 +20,7 b''
20 <div class="title">
20 <div class="title">
21 <h3>${_('Quick start')}</h3>
21 <h3>${_('Quick start')}</h3>
22 </div>
22 </div>
23 <div class="clearfix"></div>
23 <div class="clear-fix"></div>
24 </div>
24 </div>
25 %endif
25 %endif
26 <div class="table">
26 <div class="table">
General Comments 0
You need to be logged in to leave comments. Login now