Fix citation code color, fixes #204

This commit is contained in:
Anthony Johnson 2015-07-17 10:30:53 -07:00
parent 6277c21110
commit 2cd2729188
4 changed files with 10 additions and 3 deletions

View File

@ -212,10 +212,15 @@ Emphasized lines with line numbers
Citation Citation
======== ========
Here I am making a citation [1]_ Here I am making a citation [1]_, another [2]_ and another [3]_
.. [1] This is the citation I made, let's make this extremely long so that we can tell that it doesn't follow the normal responsive table stuff. .. [1] This is the citation I made, let's make this extremely long so that we can tell that it doesn't follow the normal responsive table stuff.
.. [2] This citation has some ``code blocks`` in it, maybe some **bold** and
*italics* too. Heck, lets put a link to a meta citation [3]_ too.
.. [3] This citation will have two backlinks.
Download links Download links
============== ==============

View File

@ -164,6 +164,8 @@
padding-left: 0 padding-left: 0
padding-right: 0 padding-right: 0
vertical-align: top vertical-align: top
code
color: $gray
table.docutils table.docutils
@extend .wy-table @extend .wy-table
@extend .wy-table-bordered-all @extend .wy-table-bordered-all

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long