[FIX+FEATURE] API tool fixes, links; code block styling fixes; removed dead /p

This commit is contained in:
mDuo13
2014-09-11 15:20:43 -07:00
parent e11a6e3107
commit f01b31e472
11 changed files with 42 additions and 37 deletions

View File

@@ -54,10 +54,16 @@ body .content-root {
margin-top: -50px;
}
/* Undo some of bootstrap's code styling that clashes */
.content pre code {
white-space: pre;
}
.content pre {
background: none;
}
/* end bootstrap code styling fix */
.menubar {
padding-top: 10px;
}
@@ -81,6 +87,10 @@ color: #f09 !important;
float:right;
}
#selected_command a:hover {
text-decoration: underline;
}
/* Brand Guidelines */
.brand_guidelines .content-root {