diff --git a/www/style/index.html b/www/style/index.html index 7f06e78f1..e9fdf2855 100644 --- a/www/style/index.html +++ b/www/style/index.html @@ -4,22 +4,12 @@ - Edit this document's style - + +

HTML Ipsum Presents

Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo. Quisque sit amet est et sapien ullamcorper pharetra. Vestibulum erat wisi, condimentum sed, commodo vitae, ornare sit amet, wisi. Aenean fermentum, elit eget tincidunt condimentum, eros ipsum rutrum orci, sagittis tempus lacus enim ac dui. Donec non enim in turpis pulvinar facilisis. Ut felis.

@@ -48,7 +38,6 @@ } - diff --git a/www/style/main.js b/www/style/main.js index 7c05ca247..3abcde5f4 100644 --- a/www/style/main.js +++ b/www/style/main.js @@ -21,7 +21,7 @@ define([ var key = Crypto.parseKey(window.location.hash.slice(1)); - var $style = $('style').eq(1), + var $style = $('style').first(), $css = $('#css'), $edit = $('#edit');