Skip to content

Commit

Permalink
Iteration 1: Ensure the clues are listed to the right of the grid in …
Browse files Browse the repository at this point in the history
…desktop view #8
  • Loading branch information
robi-bobi committed Jan 21, 2017
1 parent 2b6f569 commit d7bcacf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions demos/src/basic.mustache
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<div style="width: 100%;">
<div style="width: 100%;" id="main-container">
<div class="o-crossword" data-o-component="o-crossword" data-o-crossword-data="https://cdn.rawgit.com/ftlabs/o-crossword/001d79ac8f4146c244e64760f60a42c788e12ddc/demos/examples/crossword_ft_daily_2016_03_03_15179_ADA_REFORMAT.json">
<ul class="o-crossword-clues"></ul>
<table class="o-crossword-table"></table>
<ul class="o-crossword-clues"></ul>
</div>
</div>

0 comments on commit d7bcacf

Please sign in to comment.