Fork Me badge, more docs

[ci skip]
This commit is contained in:
Mike Helmick 2013-06-07 20:54:52 -04:00
parent 124dc1b969
commit dd61841481
6 changed files with 33 additions and 9 deletions

View file

@ -2,6 +2,12 @@
margin-bottom: 30px !important;
}
div.tip {
.tip {
color: #3a87ad; /* Basicstrap CSS was messed up so override it */
}
@media (min-width: 1200px) {
.collapse .pull-right{
margin-right: 115px !important;
}
}