[phpMP-CVS] CVS: phpMP/templates/TealMP/css tpl_style.css,1.1,1.2
Status: Pre-Alpha
Brought to you by:
heimidal
From: Brian R. <hei...@us...> - 2002-07-25 11:06:28
|
Update of /cvsroot/phpmp/phpMP/templates/TealMP/css In directory usw-pr-cvs1:/tmp/cvs-serv25048/templates/TealMP/css Modified Files: tpl_style.css Log Message: Integrated Smarty Template Engine into phpMP. Removed old template engine and files no longer needed (but may be added back later). Note: Blocking does not yet work. Still a few kinks. Index: tpl_style.css =================================================================== RCS file: /cvsroot/phpmp/phpMP/templates/TealMP/css/tpl_style.css,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** tpl_style.css 9 Apr 2002 03:58:37 -0000 1.1 --- tpl_style.css 25 Jul 2002 11:06:26 -0000 1.2 *************** *** 4,8 **** } .header { ! background-color: #E2E2E2 } .tableborder { --- 4,8 ---- } .header { ! background-color: #E2E2E2; } .tableborder { *************** *** 38,40 **** --- 38,45 ---- font-size : 10px; text-decoration: none; + background-color: #0f9ebc; + } + + .copyright { + background-color: #0f9ebc; } |