Changesets can be listed by changeset number.
The Git repository is here.
Changeset 266
Tweak Gullery stylesheet to avoid annoying underline border/dot to the bottom
left corner of thumbnails and stop wrap-around in the toolbar when logged into
the admin/editing interface.
- Comitted by: rool
- Date: Monday April 27 14:37:27 2009 (over 15 years ago)
Affected files:
rool/rails/gullery/trunk/public/stylesheets/site.css:
prev. | current | |
text-align: center; | ||
} | ||
20 | #container #asset_list a, | |
21 | #container #asset_list li, | |
22 | #container #asset_list span { | |
23 | border: none; | |
24 | text-decoration: none; | |
25 | } | |
26 | ||
/****************************** | ||
* HTML Elements | ||
******************************/ | ||
... | ... | |
background-color: #ada; | ||
padding-left: 10px; | ||
text-align: right; | ||
96 | white-space: nowrap; | |
} | ||
.toolbar span { |