Skip to content
This repository has been archived by the owner on Apr 3, 2019. It is now read-only.

Commit

Permalink
fix(styles): Un-nesting some CSS to fix /signin links
Browse files Browse the repository at this point in the history
  • Loading branch information
pdehaan committed Sep 4, 2014
1 parent e33e01e commit 1878d12
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions app/styles/_general.scss
Expand Up @@ -620,20 +620,20 @@ button::-moz-focus-inner {
margin: 20px 0 15px 0;
}

.left {
float: left;
}

.right {
float: right;
}

a {
text-decoration: none;

&:hover {
text-decoration: underline;
}

.left {
float: left;
}

.right {
float: right;
}
}
}

Expand Down

0 comments on commit 1878d12

Please sign in to comment.