Style/whitespace changes

This commit is contained in:
Tom Willemsen 2011-12-09 17:10:44 +01:00
parent 1bd58d39d9
commit 60b436532e
3 changed files with 93 additions and 94 deletions

View file

@ -10,6 +10,7 @@
<body> <body>
<div id="header"> <div id="header">
<img id="logo" src="/static/img/logo.png" width="100" height="100" /> <img id="logo" src="/static/img/logo.png" width="100" height="100" />
<h1 id="title"> <h1 id="title">
<span id="ryu">ryu</span><span id="slash">slash</span> <span id="ryu">ryu</span><span id="slash">slash</span>
</h1> </h1>
@ -21,13 +22,12 @@
<div id="container"> <div id="container">
<div id="body"> <div id="body">
<!-- <div class="clearleft"></div> -->
<div id="menu"> <div id="menu">
<div class="container"> <div class="container">
<div class="header"> <div class="header">
root root
</div> </div>
<a href="/">home</a><br /> <a href="/">home</a><br />
<a href="/blog/">blog</a><br /> <a href="/blog/">blog</a><br />
<a href="/Projects/">projects</a><br /> <a href="/Projects/">projects</a><br />
@ -56,7 +56,6 @@
</a> </a>
</div> </div>
</div> </div>
</div> </div>
</body> </body>
</html> </html>