horizon/doc
Diana Whitten c7de6d5bee Horizon Messages now inherit from a Bootstrap Theme
Horizon messages (toasts/growls/alerts) now inherit from a theme.
In addition, a default message type was added 'default', since it
it possible to kick up an alert without a type specified at all.

To test all the types, run the following command on a JavaScript
console with Horizon loaded:

horizon.alert('warning', 'foo');
horizon.alert('info', 'foo');
horizon.alert('success', 'foo');
horizon.alert('', 'foo');
horizon.alert('danger', 'foo');

Partially-Implements: blueprint horizon-theme-css-reorg
Partially-Implements: blueprint bootstrap-html-standards

Change-Id: Ice65773fe1d2cdc0305fd01acd8bea3d3f84a9fa
2015-12-21 21:16:13 +00:00
..
source Horizon Messages now inherit from a Bootstrap Theme 2015-12-21 21:16:13 +00:00
Makefile Move docs to doc. 2012-06-12 11:41:04 -07:00