diff options
| author | Guillaume Horel <guillaume.horel@gmail.com> | 2012-01-16 23:24:40 -0500 |
|---|---|---|
| committer | Guillaume Horel <guillaume.horel@gmail.com> | 2012-01-16 23:24:40 -0500 |
| commit | 2b679d318b65d090fb75668d26d6e85ea250b771 (patch) | |
| tree | 5053a7f40c105f1883e31bc93994cf40a52bcbc5 /misc/trac | |
| parent | 18ac8babb1d40b291468058d9125a1598434f543 (diff) | |
| parent | 73b2c72961544b42229dd334fc75a20d52acff9b (diff) | |
| download | alias-2b679d318b65d090fb75668d26d6e85ea250b771.tar.gz | |
Merge branch 'master' of alias.fr.nf:alias
Diffstat (limited to 'misc/trac')
| -rw-r--r-- | misc/trac/site.html | 12 | ||||
| -rw-r--r-- | misc/trac/style.css | 5 |
2 files changed, 17 insertions, 0 deletions
diff --git a/misc/trac/site.html b/misc/trac/site.html new file mode 100644 index 0000000..ac04dc7 --- /dev/null +++ b/misc/trac/site.html @@ -0,0 +1,12 @@ +<html xmlns="http://www.w3.org/1999/xhtml" + xmlns:py="http://genshi.edgewall.org/" + py:strip=""> + <head py:match="head" py:attrs="select('@*')"> + ${select('*|comment()|text()')} + <link rel="stylesheet" type="text/css" href="${href.chrome('site/style.css')}" /> + </head> + + <body py:match="body" py:attrs="select('@*')"> + ${select('*|text()')} + </body> +</html> diff --git a/misc/trac/style.css b/misc/trac/style.css new file mode 100644 index 0000000..9594955 --- /dev/null +++ b/misc/trac/style.css @@ -0,0 +1,5 @@ +#main{ +width:75%; +margin-left:auto; +margin-right:auto; +} |
