Captioned gallery flow, iPhone 5, 4.1-beta2-30741


Creating a captioned gallery on an iPhone 5 starting from the logged in front page.

#gallery-31 {
margin: auto;
}
#gallery-31 .gallery-item {
float: left;
margin-top: 10px;
text-align: center;
width: 33%;
}
#gallery-31 img {
border: 2px solid #cfcfcf;
}
#gallery-31 .gallery-caption {
margin-left: 0;
}
/* see gallery_shortcode() in wp-includes/media.php */

The photos are rotated when viewing on Macnchrome or a Nexus 5.

#gallery-32 {
margin: auto;
}
#gallery-32 .gallery-item {
float: left;
margin-top: 10px;
text-align: center;
width: 33%;
}
#gallery-32 img {
border: 2px solid #cfcfcf;
}
#gallery-32 .gallery-caption {
margin-left: 0;
}
/* see gallery_shortcode() in wp-includes/media.php */