PHP Classes

File: www/css/home.css

Recommend this page to a friend!
  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: 14 years ago
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; }