From 0e60c5137e7aa81838cac467ca7f1d6af1742f45 Mon Sep 17 00:00:00 2001 From: Anthony Fok Date: Mon, 19 Jan 2015 02:46:21 -0700 Subject: [PATCH] [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. --- docs/static/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/static/css/style.css b/docs/static/css/style.css index d6beaf861..3b13ff4a0 100755 --- a/docs/static/css/style.css +++ b/docs/static/css/style.css @@ -522,7 +522,7 @@ dd { } /* Prevent linebreak right after an icon */ -.fa { +#main-content .fa { display: inline; }