diff options
| author | Chad Kieffer <chad@2tbsp.com> | 2008-11-09 23:03:50 +0000 |
|---|---|---|
| committer | Chad Kieffer <chad@2tbsp.com> | 2008-11-09 23:03:50 +0000 |
| commit | 46a67a4b6d922c54bf001c7faa1311b5f4ef4c7e (patch) | |
| tree | a644ab69d08d1d11f2195f0d0f4f70b11e7ec35a /themes/default/views/photo.html.php | |
| parent | 24decb7fa41974fa9a2edc323b30eccb1548721e (diff) | |
IE fixes, sidebar is now fixed in IE (we were missing a yui-g class). Removed .first class, it's not needed, at least not now. Moved all top-level layout containers to page.html.php so that if themers want to replace YUI grids with something else, like Blueprint, they only really need to edit page.html.php.
Diffstat (limited to 'themes/default/views/photo.html.php')
| -rw-r--r-- | themes/default/views/photo.html.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/themes/default/views/photo.html.php b/themes/default/views/photo.html.php index 9448b51e..e5a3ba11 100644 --- a/themes/default/views/photo.html.php +++ b/themes/default/views/photo.html.php @@ -1,7 +1,7 @@ <? defined("SYSPATH") or die("No direct script access."); ?> <div id="gItem"> - <a href="" class="buttonlink">Full size (1024x768)</a> - <a href="" class="buttonlink">Slideshow</a> + <a href="" class="gButtonLink">Full size (1024x768)</a> + <a href="" class="gButtonLink">Slideshow</a> <img id="gPhotoID-<?= $item->id ?>" alt="photo" src="<?= $item->resize_url() ?>" width="<?= $item->resize_width ?>" |
