Login   Register  
PHP Classes
elePHPant
Icontem

File: www/css/content.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/content.css  >  Download  
File: www/css/content.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:44
Size: 405 bytes
 

Contents

Class file image Download
#content-outer
{
	width: 100%;
}

#content
{
	text-align: left;
	font: 1em verdana, geneva, helvetica, arial, sans-serif;
	background: #eee;
	color: #136;
	padding: 4px;
	border: 1px solid #ccc;
	margin: 0 10px 10px 5px;
}

#content h2
{
	font: bold 1.4em verdana, geneva, helvetica, arial, sans-serif;
	color: inherit;
	margin-bottom: 1em;
}

#content p
{
	margin-bottom: 1em;
}