First color theming + background grad. + About.txt + page_devel.php

This commit is contained in:
Alexandre Bourget
2007-08-28 10:14:42 -04:00
parent 8bc113a596
commit 2d717fc24a
4 changed files with 18 additions and 2 deletions

8
doc/About.txt Normal file
View File

@ -0,0 +1,8 @@
// AsciiDoc file
About SFLphone
--------------

BIN
www/images/bg-grad.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

View File

@ -1,10 +1,18 @@
/* Based on the output of asciidoc */
/* COLOR THEME:
* #86B1B5
* #B58A86
* #8A86B5
* #B1B586
*/
body {
margin: 0 auto 0 auto;
width: 750px;
background-color: #666666;
background: #EBEBDF url(images/bg-grad.png) repeat-x top;
}
a {

View File

@ -1,3 +1,3 @@
<h1>Git access</h1>
<h1>Source code</h1>
<?php show_page('Git_Access'); ?>