Assembla home | Assembla project page
 

Changeset 139

Show
Ignore:
Timestamp:
07/26/07 17:05:24 (1 year ago)
Author:
digitalspaghetti
Message:

Working on new layout

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branch/config/core.php

    r138 r139  
    5555 * In development mode, you need to click the flash message to continue. 
    5656 */ 
    57         define('DEBUG', 2); 
     57        define('DEBUG', 0); 
    5858/** 
    5959 * Turn off or enable cache checking application-wide. 
  • branch/views/layouts/default.ctp

    r133 r139  
    1717        <div id="doc3" class="yui-t7"> 
    1818                <div id="hd"> 
    19                 <div id="accessibility"></div> 
     19                <div id="accessibility" style="position:relative;"></div> 
    2020                </div> 
    2121                <div class="nav-area"><?php e($this->renderElement('mainnav'));?></div> 
  • branch/views/posts/index.ctp

    r119 r139  
     1<h2 class="frontpage-latest"">Latest News</h2> 
     2 
    13<?php foreach ($posts as $post): ?> 
    24                <div class="hentry"> 
     
    2628<?php endforeach; ?> 
    2729 
    28 <div id="paginate"
     30<div id="paginate" style="display:none;"
    2931        <span class="previous"> 
    3032                <?php e($paginator->prev('<< Previous', null, null, array('class' => 'disabled'))); ?> 
  • branch/webroot/css/950px.css

    r138 r139  
    99@import url('../js/wymeditor/skins/default/screen.css'); 
    1010 
    11 body {background: url('../img/nhm-bg.png');
     11body {
    1212 
    1313div#doc2 {background:#fff;} 
    1414 
    1515div#hd {height: 150px; background: #fff url('../img/nhm-header.gif') no-repeat center center;} 
     16 
     17 
     18/* Style */ 
     19 
     20h2.frontpage-latest { 
     21        font-size:1.4em; 
     22        background:#000099; 
     23        color:#fff; 
     24        padding:5px 2px 5px; 
     25} 
     26 
     27h3 { 
     28        font-size:1.4em; 
     29        background:#000099; 
     30        color:#fff; 
     31        padding:5px 2px 5px; 
     32}