diff --git a/index.html b/index.html index 51f3146..6309069 100644 --- a/index.html +++ b/index.html @@ -23,6 +23,9 @@ font-size: 2em; margin: 0 } + select { + font-size: 0.8em; + } a { text-decoration: none; color: #a13; @@ -52,14 +55,18 @@ Fork me on GitHub

Humane JS

-

A simple, modern, framework-independent, well-tested, unobtrusive, notification system.

- Samples (click to view): Theme: - +

+ A simple, modern, framework-independent, well-tested, unobtrusive, notification system. +
Utilizes CSS transitions when available, falls back to JS animation when not. Includes mobile support. +

+

Select A Theme: + +

humane("Welcome Back");
@@ -117,11 +124,11 @@ 

Browser Support

  • Android (experimental support)
  • -

    Themes

    -

    Humane is intended to be easily themable. There are currently a few themes, but I hope this grows. Send me a pull request and update the wiki with your favorite look and feel.

    +

    Create A Custom Theme

    +

    Humane is easily themable using Stylus. There are currently a few themes, but I hope this grows. Send me a pull request and update the wiki with your favorite look and feel.

    Download and Usage

    - Visit github page to download and get more details. +

    Visit github page to download and get more details.