diff options
| author | Chad Kieffer <chad@2tbsp.com> | 2008-12-01 01:55:50 +0000 |
|---|---|---|
| committer | Chad Kieffer <chad@2tbsp.com> | 2008-12-01 01:55:50 +0000 |
| commit | 26a512c3522b4f59a06f5e3146df5d466373c06e (patch) | |
| tree | c844a59a2f0fc20d43791fffa6854bd9c7ee0fb1 /themes/default/views | |
| parent | 6b03b798f3be23c83d0587f180341929c49af886 (diff) | |
Grouped inline form styles. No longer using gInline class in favor of specific form IDs that can be styled differently depending on which container they appear. Added gDescription class, dropped gUnderState for semantics. CSS cleanup.
Diffstat (limited to 'themes/default/views')
| -rw-r--r-- | themes/default/views/album.html.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/default/views/album.html.php b/themes/default/views/album.html.php index e73c253d..ac02ba6e 100644 --- a/themes/default/views/album.html.php +++ b/themes/default/views/album.html.php @@ -4,7 +4,7 @@ <?= $theme->album_top() ?> </div> <h1><?= $item->title_edit ?></h1> - <span class="gUnderState"><?= $item->description_edit ?></span> + <div class="gDescription"><?= $item->description_edit ?></div> </div> <ul id="gAlbumGrid"> |
