Remove !important for image size (#505)

Fixes #318
This commit is contained in:
Aaron Carlisle 2017-12-17 16:37:07 -05:00 committed by GitHub
parent ceef969fb1
commit cebf127615
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,7 +17,7 @@
// Sphinx by default applies HxW style attributes to images. This fixes that oversite.
img
max-width: 100%
height: auto !important
height: auto
.highlight > pre, .linenodiv > pre
line-height: normal