Changeset - 2cdb7789052b
[Not reviewed]
0 2 0
Jan Kaluza - 12 years ago 2013-03-12 13:04:41
hanzz.k@gmail.com
docs update
2 files changed with 6 insertions and 0 deletions:
0 comments (0 inline, 0 general)
_includes/themes/twitter/myconfig.html
Show inline comments
 
@@ -29,27 +29,29 @@
 
			<a class="menuitem" href="http://spectrum.im/tracker">Issue tracker</a>
 
			</section>
 
<!--             <section id="downloads"> -->
 
				
 
<!--               <a class="zip_download_link" href="https://github.com/hanzz/libtransport/zipball/master">Download this project as a .zip file</a> -->
 
<!--               <a class="tar_download_link" href="https://github.com/hanzz/libtransport/tarball/master">Download this project as a tar.gz file</a> -->
 
<!--             </section> -->
 
        </header>
 
    </div>
 

	
 
    <!-- MAIN CONTENT -->
 
    <div id="main_content_wrap" class="outer">
 
      <div class="preinner">
 
      <section id="main_content" class="inner">
 
      {{ content }}
 
      </section>
 
</div>
 
    </div>
 

	
 
    <!-- FOOTER  -->
 
    <div id="footer_wrap" class="outer">
 
      <footer class="inner">
 
        <p class="copyright">Spectrum 2 maintained by <a href="https://github.com/hanzz">Jan Kaluza - HanzZ</a></p>
 
      </footer>
 
    </div>
 

	
 
    
 

	
 
  </body>
css/style_config.css
Show inline comments
 
@@ -289,24 +289,28 @@ form {
 
}
 

	
 
img {
 
  width: 100%;
 
  max-width: 100%;
 
}
 

	
 
/*******************************************************************************
 
Full-Width Styles
 
*******************************************************************************/
 

	
 
.outer {
 
  width: 100%;
 
}
 

	
 
.preinner {
 
  width: 800px;	
 
}
 

	
 
.inner {
 
  position: relative;
 
  max-width: 640px;
 
  padding: 20px 10px;
 
  margin: 0 auto;
 
}
 

	
 
#forkme_banner {
 
  display: block;
0 comments (0 inline, 0 general)