Skip to content

Commit

Permalink
Added character lists on left page, related #14
Browse files Browse the repository at this point in the history
  • Loading branch information
esraltintas committed Feb 26, 2014
1 parent 981d441 commit cad1dfa
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions web/templates/homepage.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
background: #AAA;
}
.ui-layout-west {
background: red;
<li><a class ="A" href="#">
}
.ui-layout-east {
background: blue;
Expand All @@ -40,8 +40,16 @@
</style>
</head>
<body>
<div class="ui-layout-west">
<ul>
<li><a href="#">A</a></li>
<li><a href="#">B</a></li>
<li><a href="#">C</a></li>
<li><a href="#">D</a></li>
<li><a href="#">E</a></li>
</ul>
</div>
<div class="ui-layout-center">Center</div>
<div class="ui-layout-east">East</div>
<div class="ui-layout-west">West</div>
</body>
</html>

0 comments on commit cad1dfa

Please sign in to comment.