From 53d955ccfe33b5ff608495f8d7066776054d4cfd 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. --- static/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/css/style.css b/static/css/style.css index d6beaf861..3b13ff4a0 100755 --- a/static/css/style.css +++ b/static/css/style.css @@ -522,7 +522,7 @@ dd { } /* Prevent linebreak right after an icon */ -.fa { +#main-content .fa { display: inline; }