summaryrefslogtreecommitdiff
path: root/style
diff options
context:
space:
mode:
authorStefan Sauer <ensonic@users.sf.net>2019-04-14 16:06:03 +0200
committerStefan Sauer <ensonic@users.sf.net>2019-04-14 16:06:03 +0200
commit232698c6d21ad263e1d0eced3281e2001d21fada (patch)
treeafbb699d4e16fb564da64331823cbdfbd62d1d6f /style
parent5e6571179cbd9f6deda565821cddf1fda1ebcc2c (diff)
downloadgtk-doc-232698c6d21ad263e1d0eced3281e2001d21fada.tar.gz
highlight: also use pygments for highlighting in fixxref
Extract the pygments highlighter from mkhtml2 and also use it in fixxref. This lets us drop the relevant configure options and avoid shelling out to external tools. This has been a frequent source of issue reports. Fixes #78
Diffstat (limited to 'style')
-rw-r--r--style/style.css20
1 files changed, 1 insertions, 19 deletions
diff --git a/style/style.css b/style/style.css
index 4be4ede..6f0bc25 100644
--- a/style/style.css
+++ b/style/style.css
@@ -293,29 +293,11 @@ h2 .extralinks, h3 .extralinks
font-weight: normal;
}
-acronym,abbr
+acronym,abbr
{
border-bottom: 1px dotted gray;
}
-/* code listings */
-
-.listing_code .programlisting .normal,
-.listing_code .programlisting .normal a,
-.listing_code .programlisting .number,
-.listing_code .programlisting .cbracket,
-.listing_code .programlisting .symbol { color: #555753; }
-.listing_code .programlisting .comment,
-.listing_code .programlisting .linenum { color: #babdb6; } /* tango: aluminium 3 */
-.listing_code .programlisting .function,
-.listing_code .programlisting .function a,
-.listing_code .programlisting .preproc { color: #204a87; } /* tango: sky blue 3 */
-.listing_code .programlisting .string { color: #ad7fa8; } /* tango: plum */
-.listing_code .programlisting .keyword,
-.listing_code .programlisting .usertype,
-.listing_code .programlisting .type,
-.listing_code .programlisting .type a { color: #4e9a06; } /* tango: chameleon 3 */
-
.listing_frame {
/* tango:sky blue 1 */
border: solid 1px #729fcf;