diff options
| author | Mark Otto <[email protected]> | 2012-06-25 16:49:13 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-06-25 16:49:13 -0700 |
| commit | e7e183e55d50935ce17dcc68d4dcf2e47a7c0ac7 (patch) | |
| tree | a8b4306e63b5825f0df9ca42e420a3e92da59151 /docs | |
| parent | d65e815a48fd869bcdc4e4112cf675a1f987fc49 (diff) | |
| parent | e80f37b600d693c043d79d8f77ae4e91612bb163 (diff) | |
| download | bootstrap-e7e183e55d50935ce17dcc68d4dcf2e47a7c0ac7.tar.xz bootstrap-e7e183e55d50935ce17dcc68d4dcf2e47a7c0ac7.zip | |
Merge branch 'tekezo-patch-1' into 2.1.0-wip
Diffstat (limited to 'docs')
| -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 aedd8d1a9..1b800c90c 100644 --- a/docs/assets/js/google-code-prettify/prettify.css +++ b/docs/assets/js/google-code-prettify/prettify.css @@ -3,7 +3,7 @@ .pun, .opn, .clo { color: #93a1a1; } .fun { color: #dc322f; } .str, .atv { color: #D14; } -.kwd, .linenums .tag { color: #1e347b; } +.kwd, .prettyprint .tag { color: #1e347b; } .typ, .atn, .dec, .var { color: teal; } .pln { color: #48484c; } |
