Skip to content

Commit

Permalink
A tiny bit of style for reasonable HTML font size
Browse files Browse the repository at this point in the history
  • Loading branch information
brandon-rhodes committed Jan 21, 2015
1 parent ef55619 commit 2def216
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions contingent/chapter.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1417,7 +1417,12 @@ current value of each node and builds the resulting consequences?
Python gives us many possible approaches. [Show various ways of
registering routines?]

.. raw:: html

<style>
body {font-size: 1.3em; margin: 1em}
pre {background-color: #eee; padding: 0.6em;}
</style>

.. Links
.. _Sphinx: http://sphinx-doc.org/

0 comments on commit 2def216

Please sign in to comment.