Mercurial > wikked
diff static/tpl/special-pages.html @ 89:b03f083c3a29
Lots of HTML/JS/Less changes:
- more semantic and simple markup, no useless grid.
- simpler colour schemes (TODO: colours are ugly, tune them).
- better error handling in Backbone views.
- fixed some view bugs.
- changed new/modified page alert to a ribbon with tooltip.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Sat, 06 Apr 2013 18:07:31 -0700 |
parents | 8250c977bc50 |
children |
line wrap: on
line diff
--- a/static/tpl/special-pages.html Fri Apr 05 08:08:12 2013 -0700 +++ b/static/tpl/special-pages.html Sat Apr 06 18:07:31 2013 -0700 @@ -1,9 +1,11 @@ -<article class="row"> - <div class="page special span12"> +<article> + <header> <h1>Special Pages</h1> + </header> + <section> <h3><a href="/#/special/changes">Recent Changes</a></h3> <p>See all changes in the wiki.</p> <h3><a href="/#/special/orphans">Orphaned Pages</a></h3> <p>Lists pages in the wiki that have no links to them.</p> - </div> + </section> </article>