hmm. article isn't block element?

This commit is contained in:
mattn
2010-02-26 22:55:22 +09:00
parent 324c551ba2
commit 434569d388

View File

@@ -19,12 +19,15 @@
<img id="logo" alt="ZenConding" src="static/images/zencoding-vim-logo.png" title="禅" /> <img id="logo" alt="ZenConding" src="static/images/zencoding-vim-logo.png" title="禅" />
<h2>vim plugins for HTML and CSS hi-speed coding.</h2> <h2>vim plugins for HTML and CSS hi-speed coding.</h2>
<section id="content"> <section id="content">
<article id="whats" class="blocked-content"> <div class="blocked-content">
<article id="whats">
<h2 class="maintitle">Whats</h2> <h2 class="maintitle">Whats</h2>
<p>zencoding for vim</p> <p>zencoding for vim</p>
</article> </article>
</div>
<br /> <br />
<article id="install" class="blocked-content"> <div class="blocked-content">
<article id="install">
<h2 class="maintitle">Install</h2> <h2 class="maintitle">Install</h2>
<p>copy zencoding.vim to your ftplugin directory</p> <p>copy zencoding.vim to your ftplugin directory</p>
<pre class="code"> <pre class="code">
@@ -32,27 +35,35 @@
# cp zencoding.vim ~/.vim/ftplugin/html/. # cp zencoding.vim ~/.vim/ftplugin/html/.
</pre> </pre>
</article> </article>
</div>
<br /> <br />
<article id="howworkthis" class="blocked-content"> <div class="blocked-content">
<article id="howworkthis">
<h2 class="maintitle">How This Work</h2> <h2 class="maintitle">How This Work</h2>
<p> <p>
<em>Under construction. This will be widget of ttyshare?</em> <em>Under construction. This will be widget of ttyshare?</em>
</p> </p>
</article> </article>
</div>
<br /> <br />
<article id="repo" class="blocked-content"> <div class="blocked-content">
<article id="repo">
<h2 class="maintitle">Repository</h2> <h2 class="maintitle">Repository</h2>
<p> <p>
<a href="http://github.com/mattn/zencoding-vim/">http://github.com/mattn/zencoding-vim/</a> <a href="http://github.com/mattn/zencoding-vim/">http://github.com/mattn/zencoding-vim/</a>
</p> </p>
</article> </article>
</div>
<br /> <br />
<article id="license" class="blocked-content"> <div class="blocked-content">
<article id="license">
<h2 class="maintitle">License</h2> <h2 class="maintitle">License</h2>
<p>BSD style license.</p> <p>BSD style license.</p>
</article> </article>
</div>
<br /> <br />
<article id="author" class="blocked-content"> <div class="blocked-content">
<article id="author">
<h2 class="maintitle">Author</h2> <h2 class="maintitle">Author</h2>
<p>Project authors:</p> <p>Project authors:</p>
<div> <div>
@@ -61,6 +72,7 @@
</ul> </ul>
</div> </div>
</article> </article>
</div>
<br /> <br />
</section> </section>
</body> </body>