diff options
| author | Chad Kieffer <chad@2tbsp.com> | 2008-11-21 08:35:53 +0000 |
|---|---|---|
| committer | Chad Kieffer <chad@2tbsp.com> | 2008-11-21 08:35:53 +0000 |
| commit | 1b834319f4d92c7845ae67236c2e7a1ea66eba6c (patch) | |
| tree | 80cee537bc46bb83bd33b726ea2741fa1a209acf /themes/default/views/photo.html.php | |
| parent | ba0f6f9e941bdd1b77d74b57d3d1bfba1e60e3cc (diff) | |
Restored most heading styles, still need to restore table and list styles. Removed unused CSS. CSS format updates. Applied jQuery tab styles to gSiteMenu. Removed gBlockHeader, all we need is a good old h3 element for a heading.
Diffstat (limited to 'themes/default/views/photo.html.php')
| -rw-r--r-- | themes/default/views/photo.html.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/themes/default/views/photo.html.php b/themes/default/views/photo.html.php index 47b7bf4f..6cf95a23 100644 --- a/themes/default/views/photo.html.php +++ b/themes/default/views/photo.html.php @@ -4,7 +4,6 @@ <? if ($theme->module("slideshow")): ?> <?= slideshow::link() ?> <? endif; ?> - <img id="gPhotoID-<?= $item->id ?>" alt="photo" src="<?= $item->resize_url() ?>" width="<?= $item->resize_width ?>" height="<?= $item->resize_height ?>" /> |
