diff options
author | Kenton Hamaluik <kenton@hamaluik.com> | 2014-01-26 20:47:02 -0700 |
---|---|---|
committer | Kenton Hamaluik <kenton@hamaluik.com> | 2014-01-26 20:47:02 -0700 |
commit | f73be382f127766875cbd75fab16e8421997d52d (patch) | |
tree | e664e32abaf2a4a91712e5457481a96e8dac81df /foundation-default-colours/static/css/pygment/monokai.css | |
parent | 1bc386fdee2c1cb8eba254d787b779ce55a55b14 (diff) | |
download | pelican-themes-f73be382f127766875cbd75fab16e8421997d52d.tar.gz |
Made it so code listings have horizontal scrollbars instead of getting super wide and messig with the design
Diffstat (limited to 'foundation-default-colours/static/css/pygment/monokai.css')
-rw-r--r-- | foundation-default-colours/static/css/pygment/monokai.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/foundation-default-colours/static/css/pygment/monokai.css b/foundation-default-colours/static/css/pygment/monokai.css index 3dba387..6ad9714 100644 --- a/foundation-default-colours/static/css/pygment/monokai.css +++ b/foundation-default-colours/static/css/pygment/monokai.css @@ -57,4 +57,4 @@ .highlight .vc { color: #f8f8f2 } /* Name.Variable.Class */ .highlight .vg { color: #f8f8f2 } /* Name.Variable.Global */ .highlight .vi { color: #f8f8f2 } /* Name.Variable.Instance */ -.highlight .il { color: #ae81ff } /* Literal.Number.Integer.Long */ +.highlight .il { color: #ae81ff } /* Literal.Number.Integer.Long */
\ No newline at end of file |