DOC: Improve example gallery layout.

This commit is contained in:
Stefan van der Walt
2011-11-30 10:40:36 -08:00
parent 4aace26f2a
commit 5fa41b3dfc
+7 -7
View File
@@ -117,18 +117,18 @@ def generate_example_rst(app):
<style type="text/css">
.figure {
float: left;
margin: 10px;
width: auto;
height: 200px;
width: 180px;
margin: 1em;
}
.figure img {
display: inline;
}
display: block;
margin-left: auto;
margin-right: auto;
width: 200px;
}
.figure .caption {
width: 170px;
width: 200px;
text-align: center !important;
}
</style>