Login   Register  
PHP Classes
elePHPant
Icontem

File: www/css/home.css

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Graham Trott  >  Target CMS  >  www/css/home.css  >  Download  
File: www/css/home.css
Role: Auxiliary data
Content type: text/plain
Description: CSS script
Class: Target CMS
Content Management System
Author: By
Last change:
Date: 2010-06-28 00:46
Size: 428 bytes
 

Contents

Class file image Download
/* home.css */

/* The table holding the menu bar and the content panel */
#home table
{
	width: 100%;
	font: inherit;
}

#home table td
{
	vertical-align: top;
}

/* The left-hand table cell */
#home table tr td#left
{
	width: 70%;
}

/* The right-hand table cell */
#home table tr td#right
{
}

/* The credits line at the bottom of the page. */
#home #credits
{
	font-size: 0.8em;
	color: #136;
}