From d64bbf305d43cfbea23386aa968cc0e76f093566 Mon Sep 17 00:00:00 2001 From: Jack Lukic Date: Thu, 18 Apr 2013 18:06:19 -0400 Subject: [PATCH] aesthetic changes, adds responsive styles --- docs/button.html | 3 +-- docs/javascript/example.js | 2 ++ docs/module.html | 4 ++-- docs/stylesheets/example.css | 22 ++++++++++++++++++++-- src/ui/flat/icons.css | 10 +++++----- src/ui/flat/panel.css | 2 -- 6 files changed, 30 insertions(+), 13 deletions(-) diff --git a/docs/button.html b/docs/button.html index 1ac90f561..2d198aa3a 100755 --- a/docs/button.html +++ b/docs/button.html @@ -109,7 +109,7 @@
-
+

Button

Semantic is a set of standards designed to make front end development less arbitrary. This is the definition of a button.

@@ -117,7 +117,6 @@
-
Overview
  • Standard
  • States
  • diff --git a/docs/javascript/example.js b/docs/javascript/example.js index ef9bbff0f..5e30a22d9 100755 --- a/docs/javascript/example.js +++ b/docs/javascript/example.js @@ -25,6 +25,7 @@ shape.ready = function() { peek: function() { $('html, body') + .stop() .animate({ scrollTop: $waypoints.eq( $peekMenu.index( $(this) ) ).offset().top - 90 }, 500, function(){ @@ -71,6 +72,7 @@ shape.ready = function() { ? ($waypoints.index(this) - 1) : 0 ; + console.log(index, $waypoints.index(this)); $peekMenu .removeClass('active') .eq( index ) diff --git a/docs/module.html b/docs/module.html index 7b6a024ee..de282c11c 100755 --- a/docs/module.html +++ b/docs/module.html @@ -82,7 +82,7 @@