* http://www.apache.org/licenses/LICENSE-2.0
*
* Designed and built with all the love in the world @twitter by @mdo and @fat.
- * Date: Sat Aug 20 18:59:41 PDT 2011
- * Date: Sat Aug 20 18:40:26 PDT 2011
++ * Date: Sat Aug 20 20:18:13 PDT 2011
*/
/* Reset.less
* Props to Eric Meyer (meyerweb.com) for his CSS reset file. We're using an adapted version here that cuts out some of the reset HTML elements we will never need here (i.e., dfn, samp, etc).
margin-bottom: 20px;
padding: 19px;
min-height: 20px;
- border: 1px solid #ddd;
+ border: 1px solid #eee;
+ border: 1px solid rgba(0,0,0,.05);
.border-radius(4px);
- .box-shadow(inset 0 1px 1px rgba(0,0,0,.05);
+ .box-shadow(inset 0 1px 1px rgba(0,0,0,.05));
}