From: Heinrich Fenkart Date: Fri, 20 Sep 2013 17:43:47 +0000 (+0200) Subject: Fix a silly typo X-Git-Tag: v3.0.1~36^2~17^2~3^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c938c4438f9ee0c0226de6f65f5aa0a22c297c6f;p=thirdparty%2Fbootstrap.git Fix a silly typo --- diff --git a/assets/css/docs.css b/assets/css/docs.css index 4c36e5717b..86fcfc6da2 100644 --- a/assets/css/docs.css +++ b/assets/css/docs.css @@ -1022,7 +1022,7 @@ h1[id] { } .bs-customizer .bs-callout h4 { margin-top: 0; /* lame, but due to specificity we have to duplicate */ - magin-bottom: 5px; + margin-bottom: 5px; } .bs-customizer input[type="text"] { font-family: Menlo, Monaco, Consolas, "Courier New", monospace;