diff options
| author | Mark Otto <[email protected]> | 2013-01-16 12:02:45 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-01-16 12:02:45 -0800 |
| commit | b6b8633542623b1d86254b6d2b653754bb2c933f (patch) | |
| tree | 831c84828073d02079cd9f861034ee92accd8450 /docs/assets/js/google-code-prettify/prettify.css | |
| parent | cb99c4b63a9f67f67388619f0438c05bce1daee5 (diff) | |
| download | bootstrap-b6b8633542623b1d86254b6d2b653754bb2c933f.tar.xz bootstrap-b6b8633542623b1d86254b6d2b653754bb2c933f.zip | |
twerk docs code examples
Diffstat (limited to 'docs/assets/js/google-code-prettify/prettify.css')
| -rw-r--r-- | docs/assets/js/google-code-prettify/prettify.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/assets/js/google-code-prettify/prettify.css b/docs/assets/js/google-code-prettify/prettify.css index d437aff62..7d8406654 100644 --- a/docs/assets/js/google-code-prettify/prettify.css +++ b/docs/assets/js/google-code-prettify/prettify.css @@ -20,7 +20,7 @@ /* Specify class=linenums on a pre to get line numbering */ ol.linenums { - margin: 0 0 0 33px; /* IE indents via margin-left */ + margin: 0 0 0 40px; /* IE indents via margin-left */ } ol.linenums li { padding-left: 12px; |
