Changesets can be listed by changeset number.
The Git repository is here.
Changeset 230
Tidied up Gullery stylesheet a bit. List elements have a fixed height
as well as width now, which stops the odd floating problems caused by
a taller item on a row above preventing an item on a row below from
floating all the way to the left. Using "overflow:auto" would have
helped out people with large font sizes who may otherwise find that
image captions are clipped at the bottom edge of the block, but this
makes Firefox 2 perform poorly and causes scroll bars to appear on
every image item in Netsurf 1.1. So, overflow behaviour is unchanged.
- Comitted by: rool
- Date: Friday November 23 20:50:01 2007 (over 17 years ago)
Affected files:
rool/rails/gullery/trunk/public/stylesheets/site.css:
prev. | current | |
#project_list li, | ||
#asset_list li { | ||
float: left; | ||
59 | | |
60 | | |
59 | margin-right: 10px; | |
60 | width: 202px; | |
61 | height: 202px; | |
} | ||
63 | ||
64 | ||
65 | ||
66 | ||
64 | #project_list img, | |
65 | #asset_list img { | |
display: block; | ||
margin-bottom: 5px; | ||
border: 1px solid black; |