mirror of
https://github.com/twbs/bootstrap.git
synced 2025-01-17 09:52:29 +01:00
fix derpy linenos in pygments for thumbnails component
This commit is contained in:
parent
7e07c89b8b
commit
4c0719ea5f
@ -558,7 +558,7 @@ input.focused {
|
|||||||
background-color: #f7f7f9;
|
background-color: #f7f7f9;
|
||||||
border: 1px solid #e1e1e8;
|
border: 1px solid #e1e1e8;
|
||||||
border-radius: 4px;
|
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 {
|
.highlight pre {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
@ -572,7 +572,7 @@ input.focused {
|
|||||||
}
|
}
|
||||||
.highlight pre .lineno {
|
.highlight pre .lineno {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
width: 18px;
|
width: 22px;
|
||||||
padding-right: 5px;
|
padding-right: 5px;
|
||||||
margin-right: 10px;
|
margin-right: 10px;
|
||||||
text-align: right;
|
text-align: right;
|
||||||
|
@ -1544,7 +1544,6 @@ title: Components
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
...
|
|
||||||
</div>
|
</div>
|
||||||
{% endhighlight %}
|
{% endhighlight %}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user