fixed the incorrect handling of wiki links in the site home page

This commit is contained in:
hyung-hwan 2010-03-22 13:40:09 +00:00
parent 87b1bc41f9
commit 0b38f8e093
2 changed files with 3 additions and 3 deletions

View File

@ -11,7 +11,7 @@ function render_wiki()
creole_render_wiki (
"site_home_mainarea_textpre",
"site_home_mainarea_text",
"<?=site_url()?>/site/home/"
"<?=site_url()?>/site/wiki/"
);
}
</script>

View File

@ -78,10 +78,10 @@ body {
}
.content .projectbar .title {
font-size: 2em;
font-size: 1.8em;
font-weight: bold;
text-transform: uppercase;
margin-bottom: 0.2em;
margin-bottom: 0.1em;
white-space: nowrap;
}