Skip to content

Commit

Permalink
Paranoid about clears.
Browse files Browse the repository at this point in the history
  • Loading branch information
flaviusb committed Mar 24, 2012
1 parent 84c1720 commit 6063623
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions skeleton.ik
Expand Up @@ -27,6 +27,7 @@ html(xmlns: "http://www.w3.org/1999/xhtml", lang: "en")
(script(src: "#{`base}coin-slider.min.js", type: "text/javascript") " ")))))
(body
(article
(div(class: "clear") "")
(header
(h1 a(href: "#{`base}") "Why So Limited?")
(nav
Expand All @@ -40,6 +41,7 @@ html(xmlns: "http://www.w3.org/1999/xhtml", lang: "en")
))
(div(class: "clear") "")
(section(class: "blob") "#{`data[:blob]}")
(div(class: "clear") "")
(section(class: "rest") "#{`data[:rest]}")
(div(class: "clear") "")
(footer
Expand All @@ -48,4 +50,5 @@ html(xmlns: "http://www.w3.org/1999/xhtml", lang: "en")
li a(href: "#{`base}toc") "Terms and Conditions"
li a(href: "#{`base}privacy") "Privacy Policy"
li a(href: "#{`base}contact") "Contact Us"))
(div(class: "clear") "")
)))

0 comments on commit 6063623

Please sign in to comment.