From 524cfb091d7d3993f81091f0cba9e194951a17a6 Mon Sep 17 00:00:00 2001 From: Daan Debie Date: Sat, 21 Feb 2015 23:16:27 +0100 Subject: Updated pelican-bootstrap3 to latest version --- pelican-bootstrap3/static/css/pygments/tango.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'pelican-bootstrap3/static/css/pygments/tango.css') diff --git a/pelican-bootstrap3/static/css/pygments/tango.css b/pelican-bootstrap3/static/css/pygments/tango.css index a939077..cd67cd1 100644 --- a/pelican-bootstrap3/static/css/pygments/tango.css +++ b/pelican-bootstrap3/static/css/pygments/tango.css @@ -1,5 +1,5 @@ .highlight pre .hll { background-color: #ffffcc } -.highlight pre, .highlighttable pre { background: #f8f8f8; } +.highlight pre { background: #f8f8f8; } .highlight pre .c { color: #8f5902; font-style: italic } /* Comment */ .highlight pre .err { color: #a40000; border: 1px solid #ef2929 } /* Error */ .highlight pre .g { color: #000000 } /* Generic */ @@ -48,6 +48,7 @@ .highlight pre .nv { color: #000000 } /* Name.Variable */ .highlight pre .ow { color: #204a87; font-weight: bold } /* Operator.Word */ .highlight pre .w { color: #f8f8f8; text-decoration: underline } /* Text.Whitespace */ +.highlight pre .mb { color: #0000cf; font-weight: bold } /* Literal.Number.Bin */ .highlight pre .mf { color: #0000cf; font-weight: bold } /* Literal.Number.Float */ .highlight pre .mh { color: #0000cf; font-weight: bold } /* Literal.Number.Hex */ .highlight pre .mi { color: #0000cf; font-weight: bold } /* Literal.Number.Integer */ -- cgit