[Docs] Limit .fa { display: inline } within #main-content

Otherwise the items in the side menu won't line up.
Sorry about this oversight in my recent commit.
This commit is contained in:
Anthony Fok 2015-01-19 02:46:21 -07:00
parent b56c9db6dc
commit 0e60c5137e

View file

@ -522,7 +522,7 @@ dd {
}
/* Prevent linebreak right after an icon */
.fa {
#main-content .fa {
display: inline;
}