Skip to content

Commit f015849

Browse files
committed
Merge pull request #1 from MrJaba/move_buttons
Moved buttons to less prominent position
2 parents 32e18a0 + 746aff3 commit f015849

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/tryclojure/views/home.clj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,9 @@
5959
[:span.logo-clojure "Clo" [:em "j"] "ure"]]]
6060
[:div#container
6161
[:div#console.console]
62+
[:div#changer (home-html)]
6263
[:div#buttons
6364
[:a#links.buttons "links"]
64-
[:a#about.buttons.last "about"]]
65-
[:div#changer (home-html)]]
65+
[:a#about.buttons.last "about"]]]
6666
[:div.footer
6767
[:p.bottom "©2011-2012 Anthony Grimes and numerous contributors. Sudoku tutorial ©2014 Ray Miller."]]]]]))

0 commit comments

Comments
 (0)