Adding github button to docs homepage

This commit is contained in:
spf13
2014-01-18 10:58:58 -05:00
parent c51d040e3d
commit 303be735fb
2 changed files with 19 additions and 1 deletions

View File

@@ -274,6 +274,22 @@ footer a:hover {
/* Bootstrap Addons */
.btn-dark {
color:white;
background-color: rgba(30,30,30, 0.8);
border-color: black;
}
.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active,
.btn-dark.active,
.open .dropdown-toggle.btn-dark {
color: white;
background-color: black;
border-color: black;
}
.btn-clear {
color:#888;