aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-03-14 22:34:20 -0700
committerMark Otto <[email protected]>2013-03-14 22:34:20 -0700
commit4c0719ea5f11aae5ec825229ee6e7143bbae4432 (patch)
tree3cbaf73e1ba63dbe9b82803143a83041e4b223af /docs
parent7e07c89b8b507102a3462dbfbea34faaf2472963 (diff)
downloadbootstrap-4c0719ea5f11aae5ec825229ee6e7143bbae4432.tar.xz
bootstrap-4c0719ea5f11aae5ec825229ee6e7143bbae4432.zip
fix derpy linenos in pygments for thumbnails component
Diffstat (limited to 'docs')
-rw-r--r--docs/assets/css/docs.css4
-rw-r--r--docs/components.html1
2 files changed, 2 insertions, 3 deletions
diff --git a/docs/assets/css/docs.css b/docs/assets/css/docs.css
index 287ae84ff..00da72611 100644
--- a/docs/assets/css/docs.css
+++ b/docs/assets/css/docs.css
@@ -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;
diff --git a/docs/components.html b/docs/components.html
index 5727a1759..e2c6143ab 100644
--- a/docs/components.html
+++ b/docs/components.html
@@ -1544,7 +1544,6 @@ title: Components
</div>
</div>
</div>
- ...
</div>
{% endhighlight %}