added classes for left and right float

This commit is contained in:
Jesse Grant
2013-01-14 16:39:01 -05:00
parent 6102cddc3a
commit 4a029029fc
3 changed files with 7 additions and 2 deletions

View File

@@ -16,3 +16,9 @@
{
display: none;
}
.pull-left {
float: left;
}
.pull-right {
float: right;
}

View File

@@ -17,7 +17,6 @@
}
p
{
float: right;
font-size: 18px;
}
}

View File

@@ -1 +1 @@
<p>© You. Made by the guys at <a href="https://lockitron.com">Lockitron</a>. MIT License.</p>
<p class="pull-right">© You. Made by the guys at <a href="https://lockitron.com">Lockitron</a>. MIT License.</p>