fixed the incorrect handling of wiki links in the site home page
This commit is contained in:
parent
87b1bc41f9
commit
0b38f8e093
@ -11,7 +11,7 @@ function render_wiki()
|
|||||||
creole_render_wiki (
|
creole_render_wiki (
|
||||||
"site_home_mainarea_textpre",
|
"site_home_mainarea_textpre",
|
||||||
"site_home_mainarea_text",
|
"site_home_mainarea_text",
|
||||||
"<?=site_url()?>/site/home/"
|
"<?=site_url()?>/site/wiki/"
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
@ -78,10 +78,10 @@ body {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.content .projectbar .title {
|
.content .projectbar .title {
|
||||||
font-size: 2em;
|
font-size: 1.8em;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
margin-bottom: 0.2em;
|
margin-bottom: 0.1em;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user