fix url
Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
parent
0382798aac
commit
854aa2400b
2
Makefile
2
Makefile
|
@ -10,7 +10,7 @@ push: output luadoc
|
|||
|
||||
output:
|
||||
$(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:
|
||||
make -C src build cmake luadoc
|
||||
|
||||
|
|
14
local.css
14
local.css
|
@ -7,7 +7,7 @@
|
|||
|
||||
body {
|
||||
margin: 0px;
|
||||
background: url(/newsite/images/top_bg.gif);
|
||||
background: url(/images/top_bg.gif);
|
||||
background-repeat: repeat-x;
|
||||
font-family: Verdana, Arial, sans-serif;
|
||||
font-size: 0.8em;
|
||||
|
@ -29,7 +29,7 @@ h2 {
|
|||
ul {
|
||||
margin:0;
|
||||
padding:0;
|
||||
list-style-image: url(/newsite/images/bullet.gif);
|
||||
list-style-image: url(/images/bullet.gif);
|
||||
}
|
||||
|
||||
a {
|
||||
|
@ -65,7 +65,7 @@ blockquote{
|
|||
width: 100%;
|
||||
height: 88px;
|
||||
color: #fff;
|
||||
background: #000 url(/newsite/images/top_bg.gif);
|
||||
background: #000 url(/images/top_bg.gif);
|
||||
overflow:hidden;
|
||||
}
|
||||
|
||||
|
@ -79,7 +79,7 @@ blockquote{
|
|||
top:33px;
|
||||
display:block;
|
||||
float:left;
|
||||
background: url(/newsite/images/bg_t.gif) no-repeat;
|
||||
background: url(/images/bg_t.gif) no-repeat;
|
||||
padding-left: 10px;
|
||||
}
|
||||
|
||||
|
@ -123,13 +123,13 @@ blockquote{
|
|||
* html #menu a {width:1%;}
|
||||
|
||||
#menu li a:hover {
|
||||
background: url(/newsite/images/bg_menu.gif);
|
||||
background: url(/images/bg_menu.gif);
|
||||
}
|
||||
|
||||
#menu li a.current {
|
||||
letter-spacing: 1px;
|
||||
color: gray;
|
||||
background: url(/newsite/images/bg_menu.gif);
|
||||
background: url(/images/bg_menu.gif);
|
||||
}
|
||||
|
||||
#menu li a.current:hover {
|
||||
|
@ -240,7 +240,7 @@ blockquote{
|
|||
|
||||
#nav a:hover{
|
||||
color: #1a1a1a;
|
||||
background: url(/newsite/images/bg_t.gif) no-repeat;
|
||||
background: url(/images/bg_t.gif) no-repeat;
|
||||
background-color: #fff;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue