Style/whitespace changes
This commit is contained in:
parent
1bd58d39d9
commit
60b436532e
3 changed files with 93 additions and 94 deletions
|
@ -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>
|
||||||
|
|
Loading…
Reference in a new issue