move consolidated CSS to general file

This commit is contained in:
Owen Versteeg 2014-02-19 02:44:11 -05:00
parent 208296e2ba
commit b804f623b0

View file

@ -14,6 +14,14 @@ body, textarea {
}
}
.btn, .navbar a {
text-decoration: none;
}
.btn, .navbar {
outline: 0; /* when the button or navbar is focused, don't show an outline */
}
.container {
width: 1270px;
margin: auto;