]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
fix derpy linenos in pygments for thumbnails component
authorMark Otto <otto@github.com>
Fri, 15 Mar 2013 05:34:20 +0000 (22:34 -0700)
committerMark Otto <otto@github.com>
Fri, 15 Mar 2013 05:34:20 +0000 (22:34 -0700)
docs/assets/css/docs.css
docs/components.html

index 287ae84ff1c8a99fa53073100118a30509cea6f7..00da726112830464048fac1534c1717fbb60c6f4 100644 (file)
@@ -558,7 +558,7 @@ input.focused {
   background-color: #f7f7f9;
   border: 1px solid #e1e1e8;
   border-radius: 4px;
-  box-shadow: inset 40px 0 0 #fbfbfc, inset 41px 0 0 #ececf0;
+  box-shadow: inset 44px 0 0 #fbfbfc, inset 45px 0 0 #ececf0;
 }
 .highlight pre {
   padding: 0;
@@ -572,7 +572,7 @@ input.focused {
 }
 .highlight pre .lineno {
   display: inline-block;
-  width: 18px;
+  width: 22px;
   padding-right: 5px;
   margin-right: 10px;
   text-align: right;
index 5727a1759d52c0f111cf740f380293102bc22e4a..e2c6143ab6fc41b79b6b6f942574188cc0b43f47 100644 (file)
@@ -1544,7 +1544,6 @@ title: Components
       </div>
     </div>
   </div>
-  ...
 </div>
 {% endhighlight %}