1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-10-03 08:41:59 +02:00

fix prettyify and update the table styles to include a condensed flavor

This commit is contained in:
Mark Otto
2011-10-26 21:22:05 -07:00
parent 41ada302ec
commit 5736ba549c
5 changed files with 52 additions and 5 deletions

View File

@@ -16,12 +16,11 @@
}
/* Specify class=linenums on a pre to get line numbering */
.linenums {
ol.linenums {
margin: 0 0 0 40px;
}
/* IE indents via margin-left */
.linenums li {
margin-left: -5px;
ol.linenums li {
padding: 0 5px;
color: rgba(0,0,0,.15);
line-height: 20px;