mirror of
https://git.jami.net/savoirfairelinux/jami-daemon.git
synced 2025-08-12 22:09:25 +08:00
First color theming + background grad. + About.txt + page_devel.php
This commit is contained in:
8
doc/About.txt
Normal file
8
doc/About.txt
Normal file
@ -0,0 +1,8 @@
|
||||
// AsciiDoc file
|
||||
|
||||
|
||||
About SFLphone
|
||||
--------------
|
||||
|
||||
|
||||
|
BIN
www/images/bg-grad.png
Normal file
BIN
www/images/bg-grad.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.8 KiB |
@ -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 {
|
||||
|
@ -1,3 +1,3 @@
|
||||
<h1>Git access</h1>
|
||||
<h1>Source code</h1>
|
||||
|
||||
<?php show_page('Git_Access'); ?>
|
||||
|
Reference in New Issue
Block a user