From: XhmikosR Date: Fri, 31 Jan 2014 22:05:05 +0000 (+0200) Subject: Remove double semicolon. X-Git-Tag: v3.2.0~403^2~24^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3ab2324df074cd21157d9e5e5ef57d0dd1fb9168;p=thirdparty%2Fbootstrap.git Remove double semicolon. --- diff --git a/docs/examples/blog/blog.css b/docs/examples/blog/blog.css index c254c66c87..08e0a8d42e 100644 --- a/docs/examples/blog/blog.css +++ b/docs/examples/blog/blog.css @@ -16,7 +16,7 @@ h6, .h6 { margin-top: 0; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-weight: normal; - color: #333;; + color: #333; }