docs update

This commit is contained in:
Jan Kaluza 2013-03-12 13:08:59 +01:00
parent 0af7fd4169
commit e341682824
2 changed files with 8 additions and 1 deletions

View file

@ -15,7 +15,7 @@
<!-- HEADER -->
<div id="header_wrap" class="outer">
<header class="inner">
<header class="inner2">
<a id="forkme_banner" href="https://github.com/hanzz/libtransport">View on GitHub</a>
<h1 id="project_title">Spectrum 2</h1>

View file

@ -314,6 +314,13 @@ Full-Width Styles
/* margin: 0 auto; */
}
.inner2 {
position: relative;
max-width: 640px;
padding: 20px 10px;
margin: 0 auto;
}
#forkme_banner {
display: block;
position: absolute;