ref: 0e60c5137e7aa81838cac467ca7f1d6af1742f45
parent: b56c9db6dc9502fad515bca5163c38177b2af684
author: Anthony Fok <[email protected]>
date: Sun Jan 18 21:46:21 EST 2015
[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.
--- a/docs/static/css/style.css
+++ b/docs/static/css/style.css
@@ -522,7 +522,7 @@
}
/* Prevent linebreak right after an icon */
-.fa {
+#main-content .fa {
display: inline;
}