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/block.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/block.html.php')
| -rw-r--r-- | themes/default/views/block.html.php | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/themes/default/views/block.html.php b/themes/default/views/block.html.php index 02e5903a..f084b674 100644 --- a/themes/default/views/block.html.php +++ b/themes/default/views/block.html.php @@ -1,8 +1,6 @@ <? defined("SYSPATH") or die("No direct script access."); ?> <div id="<?= $id ?>" class="gBlock"> - <div class="gBlockHeader gMinimize"> - <h2><?= $title ?></h2> - </div> + <h3><?= $title ?></h3> <div class="gBlockContent"> <?= $content ?> </div> |
