better css class names

This commit is contained in:
Stefan Sterz 2016-01-14 18:01:17 +01:00
parent 6c50ed5fd2
commit 8c12d72c34
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/*Custom CSS*/
.lol {
.header {
margin-top: 50px;
}

View File

@ -24,7 +24,7 @@
</div>
<script type="text/ng-template" id="/home.html">
<div class="lol">
<div class="header">
<h1>Autome</h1>
<form ng-submit="toggleLight()" style="margin-top:30px;">
<button type="submit" class="button-primary">Light Switch</button>