]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Change tense to imperative 11278/head
authorZlatan Vasović <legospace9876@gmail.com>
Tue, 29 Oct 2013 19:06:45 +0000 (20:06 +0100)
committerZlatan Vasović <legospace9876@gmail.com>
Tue, 29 Oct 2013 19:06:45 +0000 (20:06 +0100)
Matches this comment with the commit messages and other comments.

less/type.less

index c01a6fe0c11c4e748485d022491debc048debd69..437c70b768d47807eaa095ebe25d2eb551da14a0 100644 (file)
@@ -210,7 +210,7 @@ dd {
 
 // Abbreviations and acronyms
 abbr[title],
-// Added data-* attribute to help out our tooltip plugin, per https://github.com/twbs/bootstrap/issues/5257
+// Add data-* attribute to help out our tooltip plugin, per https://github.com/twbs/bootstrap/issues/5257
 abbr[data-original-title] {
   cursor: help;
   border-bottom: 1px dotted @abbr-border-color;
@@ -238,7 +238,7 @@ blockquote {
     line-height: @line-height-base;
     color: @blockquote-small-color;
     &:before {
-      content: '\2014 \00A0';// EM DASH, NBSP
+      content: '\2014 \00A0'; // EM DASH, NBSP
     }
   }
 
@@ -259,7 +259,7 @@ blockquote {
         content: '';
       }
       &:after {
-        content: '\00A0 \2014';// NBSP, EM DASH
+        content: '\00A0 \2014'; // NBSP, EM DASH
       }
     }
   }