From d5d0ea829916cc9cd491ce84aca4bfc996031d47 Mon Sep 17 00:00:00 2001 From: fmatheus Date: Wed, 10 Oct 2012 15:23:53 -0300 Subject: [PATCH] Fixed typo in as-inline-block Just a typo fix. Thank you for this great css! --- less/routines.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/less/routines.less b/less/routines.less index f5e56f875..413ff1e74 100644 --- a/less/routines.less +++ b/less/routines.less @@ -48,7 +48,7 @@ .no-overflow {overflow: hidden;} .no-display {display: none;} .as-block {display: block; float: none !important;} -.as-inline-block {display: inline-blockblock;} +.as-inline-block {display: inline-block;} .nlm {margin-left: 0 !important;} .nrm {margin-right: 0 !important;}