DOC: tweak image sizes in gallery.

If images are limited to 8-inch widths and the figure dpi is 100, 1/4 scale thumbnails will be 200px wide.
This commit is contained in:
Tony S Yu
2012-02-20 10:18:14 -05:00
parent 520c961a0c
commit 27af46706d
2 changed files with 19 additions and 23 deletions
+18 -1
View File
@@ -362,6 +362,23 @@ div.footer, div.footer a {
color: #888a85;
}
.figure {
float: left;
margin: 1em;
}
.figure img {
display: block;
margin-left: auto;
margin-right: auto;
max-height: 150px;
}
.figure .caption {
width: 200px;
text-align: center !important;
}
/* Styles copied from basic theme */
@@ -653,7 +670,7 @@ th {
/* ----------------- Example Gallery ----------------- */
.gallery {
min-height: 250px;
height: 200px;
}
.gallery p.caption a{