Skip to content

Commit

Permalink
beautify deform demo main page
Browse files Browse the repository at this point in the history
  • Loading branch information
disko committed Feb 23, 2012
1 parent 01762a6 commit 22e50e4
Showing 1 changed file with 13 additions and 5 deletions.
18 changes: 13 additions & 5 deletions deform_bootstrap/deformdemo-main.pt
Expand Up @@ -27,15 +27,23 @@
</head>

<body id="public">

<div class="container-fluid">
<div class="navbar navbar-fixed-top">
<div class="navbar-inner">
<div class="container">
<a class="brand" href="#">
Deform Bootstrap Demo
</a>
</div>
</div>
</div>
<div class="container">
<div class="page-header">
<h1>Deform Bootstrap Demo</h1>
<h1></h1>
</div>
<div class="row-fluid">
<div class="row">

<div tal:condition="showmenu" class="span3">
<ul>
<ul class="nav nav-list">
<li tal:repeat="(title, name) demos"><a href="${name}/">${title}</a></li>
</ul>
</div>
Expand Down

0 comments on commit 22e50e4

Please sign in to comment.