added welcome view with link to docs

This commit is contained in:
Dayle Rees
2012-04-03 09:46:09 +01:00
parent 63a3e2b5ee
commit 6f8e3259f0
3 changed files with 82 additions and 129 deletions

View File

@@ -235,6 +235,29 @@ code
text-shadow:1px 1px 0 #fff;
}
.home
{
font-size:1.1em;
}
.out-links
{
margin:0;
padding:0;
}
.out-links li
{
display:inline-block;
}
.out-links li:not(:first-child):before
{
content:"/";
padding:0 1em;
color:#888;
}
/* Prettify Styles -------------- */