From 4436e727ed52e45db2f5db9bf4efcea4ba8c64c3 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Mon, 17 Jun 2013 13:49:22 -0700 Subject: Properly unstyle the `.list-unstyled` class by switching from `margin` to `padding` Also add better comments --- docs/assets/css/bootstrap.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/assets/css/bootstrap.css') diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index 67db9c112..04d5bc1fd 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -516,12 +516,12 @@ ol ul { } .list-unstyled { - margin-left: 0; + padding-left: 0; list-style: none; } .list-inline { - margin-left: 0; + padding-left: 0; list-style: none; } -- cgit v1.2.3