You are here

photos.grid.css in Album Photos 8.5

Same filename and directory in other branches
  1. 8.4 css/photos.grid.css
  2. 6.0.x css/photos.grid.css
.photos-row:after {
  content: '';
  display: block;
  clear: both;
}
.photos-col {
  float: left;
}

File

css/photos.grid.css
View source
  1. .photos-row:after {
  2. content: '';
  3. display: block;
  4. clear: both;
  5. }
  6. .photos-col {
  7. float: left;
  8. }