timest:

if you download the full boostrap package with docs/examples etc.
try editing one the example html pages, eg fluid.html in docs
subfolder
by adding to head
<link rel="stylesheet/less" href="./less/bootstrap.less">
<script src="js/less-1.3.0.min.js" type="text/javascript"></script>

replacing compiled boostrap.css and bootstrap-responsive.css files

Tero:

in the example above the DTD is as you suggested




On Apr 22, 12:43 pm, Tero Lipponen <[email protected]> wrote:
> Hi,
>
> I had the same problem, tried everything twice and then noticed that I had
> no doctype :)
> Adding <!DOCTYPE html> helped.
>
>
>
>
>
>
>
> On Saturday, April 21, 2012 10:40:14 AM UTC+3, Joey33 wrote:
>
> > Hi,
>
> > I'm linking to
>
> > 1. bootstrap.less (that imports all further .less files)
> > 2. less-1.3.0.min.js
>
> > in head section but the line-height in body after the less file is
> > processed is only 1px;
> > Variables.less has @baseLineHeight defined at 18px but it's ignored;
>
> > Have no idea what I'm doing wrong..

Reply via email to