Skip to content

Commit

Permalink
Fixes to Sidebar and Topbar Directives
Browse files Browse the repository at this point in the history
- Clean directives CSS;
- Change CSS order in bower.json so it won't override directives rules;
- Misc enhancements to HTML;
  • Loading branch information
ammendonca committed Mar 18, 2015
1 parent 794874e commit 28ca8f6
Show file tree
Hide file tree
Showing 7 changed files with 338 additions and 21,104 deletions.
4 changes: 2 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
],
"main": [
"dist/hawkular-ui-components-accounts.js",
"dist/hawkular-ui-components-directives.js",
"dist/hawkular-ui-components-directives.css",
"dist/hawkular-ui-components-metrics.js",
"dist/hawkular-ui-components-metrics.css",
"dist/hawkular-ui-components-directives.js",
"dist/hawkular-ui-components-directives.css",
"dist/hawkular-ui-components-alerts.js",
"dist/hawkular-ui-components-alerts.css",
"dist/hawkular-ui-components-inventory.js"
Expand Down

0 comments on commit 28ca8f6

Please sign in to comment.