Skip to content

Commit

Permalink
updating gitignore and styles
Browse files Browse the repository at this point in the history
Signed-off-by: RJ Garcia <rj@bighead.net>
  • Loading branch information
ragboyjr committed Jan 20, 2018
1 parent bcb3aaf commit 04459ef
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
build
composer.lock
vendor
docs/_site
doc/_site
doc/_data/versions.yml
.generated
12 changes: 11 additions & 1 deletion doc/css/custom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,14 @@
.github {
display: none;
}
}
}

*:focus {
outline: none;
}
.select2-container {
font-family: "Museo 300";
}
.version-select {
margin: 8px 25px 0px 45px;
}

0 comments on commit 04459ef

Please sign in to comment.