/* 
 *  Document   : mc.reset.less
 *  Created on : 31/08/2013, 12:30:00
 *  Author     : Cynthia Juanilla
 *  $Revision: 3875 $ 
 *  $LastChangedDate: 2015-01-16 19:51:04 -0300 (Fri, 16 Jan 2015) $
 *  $LastChangedBy: sruiz $
 *  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;
}