Skip to content

Commit

Permalink
Change background of greeter
Browse files Browse the repository at this point in the history
  • Loading branch information
karelhala committed Mar 9, 2016
1 parent 54a7bff commit 2ada793
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/greeter/greeter.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<div>
<div class="miqGreeter">
{{vm.greetings}}
</div>
2 changes: 1 addition & 1 deletion src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</head>
<body>

<div class="container miqGreeter" ng-app="miQStaticAssets">
<div class="container" ng-app="miQStaticAssets">
<miq-greeter></miq-greeter>
</div>
<!-- bower:js -->
Expand Down

0 comments on commit 2ada793

Please sign in to comment.