Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
Julien Danjou 2008-08-01 17:22:10 +02:00
parent 0382798aac
commit 854aa2400b
2 changed files with 8 additions and 8 deletions

View File

@ -10,7 +10,7 @@ push: output luadoc
output: output:
$(IKIWIKI) $(CURDIR) html -v --wikiname about --plugin=goodstuff --templatedir=templates \ $(IKIWIKI) $(CURDIR) html -v --wikiname about --plugin=goodstuff --templatedir=templates \
--exclude=html --exclude=Makefile --rss --url http://awesome.naquadah.org/newsite --exclude=html --exclude=Makefile --rss --url http://awesome.naquadah.org
luadoc: luadoc:
make -C src build cmake luadoc make -C src build cmake luadoc

View File

@ -7,7 +7,7 @@
body { body {
margin: 0px; margin: 0px;
background: url(/newsite/images/top_bg.gif); background: url(/images/top_bg.gif);
background-repeat: repeat-x; background-repeat: repeat-x;
font-family: Verdana, Arial, sans-serif; font-family: Verdana, Arial, sans-serif;
font-size: 0.8em; font-size: 0.8em;
@ -29,7 +29,7 @@ h2 {
ul { ul {
margin:0; margin:0;
padding:0; padding:0;
list-style-image: url(/newsite/images/bullet.gif); list-style-image: url(/images/bullet.gif);
} }
a { a {
@ -65,7 +65,7 @@ blockquote{
width: 100%; width: 100%;
height: 88px; height: 88px;
color: #fff; color: #fff;
background: #000 url(/newsite/images/top_bg.gif); background: #000 url(/images/top_bg.gif);
overflow:hidden; overflow:hidden;
} }
@ -79,7 +79,7 @@ blockquote{
top:33px; top:33px;
display:block; display:block;
float:left; float:left;
background: url(/newsite/images/bg_t.gif) no-repeat; background: url(/images/bg_t.gif) no-repeat;
padding-left: 10px; padding-left: 10px;
} }
@ -123,13 +123,13 @@ blockquote{
* html #menu a {width:1%;} * html #menu a {width:1%;}
#menu li a:hover { #menu li a:hover {
background: url(/newsite/images/bg_menu.gif); background: url(/images/bg_menu.gif);
} }
#menu li a.current { #menu li a.current {
letter-spacing: 1px; letter-spacing: 1px;
color: gray; color: gray;
background: url(/newsite/images/bg_menu.gif); background: url(/images/bg_menu.gif);
} }
#menu li a.current:hover { #menu li a.current:hover {
@ -240,7 +240,7 @@ blockquote{
#nav a:hover{ #nav a:hover{
color: #1a1a1a; color: #1a1a1a;
background: url(/newsite/images/bg_t.gif) no-repeat; background: url(/images/bg_t.gif) no-repeat;
background-color: #fff; background-color: #fff;
font-weight: bold; font-weight: bold;
} }