/* * Document : mc.reset.less * Created on : 31/08/2013, 12:30:00 * Author : Cynthia Juanilla * $Revision: 1979 $ * $LastChangedDate: 2014-03-11 15:40:41 -0300 (mar, 11 mar 2014) $ * $LastChangedBy: lganga $ * Description: * Reset styles for all the app */ .dfReset{ margin: 0; padding: 0; border-style: solid; border-color: darken(@bg, 10%); border-width:0; font-size: 100%; font: inherit; vertical-align: baseline; list-style: none; }