move consolidated CSS to general file
This commit is contained in:
parent
208296e2ba
commit
b804f623b0
1 changed files with 8 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue