[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 4b486c4383
commit 53d955ccfe

View File

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