Back to home page

EIC code displayed by LXR

 
 

    


Warning, /iDDS/monitor/data/scss/bootstrap/mixins/_lists.scss is written in an unsupported language. File is not indexed.

0001 // Lists
0002 
0003 // Unstyled keeps list items block level, just removes default browser padding and list-style
0004 @mixin list-unstyled {
0005   padding-left: 0;
0006   list-style: none;
0007 }