Updating docs

[ci skip]
This commit is contained in:
Mike Helmick 2013-06-13 11:05:18 -04:00
parent 8a1b55e343
commit 9f864a341c
6 changed files with 83 additions and 39 deletions

View file

@ -11,3 +11,13 @@
margin-right: 115px !important;
}
}
.literal {
background: #f5f5f5;
padding: 2px 3px 3px;
border: 1px solid #ccc;
color: #11729B;
-webkit-border-radius: 3px;
border-radius: 3px;
margin: 0 3px;
}