From: Anthony Fok Date: Mon, 19 Jan 2015 09:46:21 +0000 (-0700) Subject: [Docs] Limit `.fa { display: inline }` within #main-content X-Git-Tag: v0.13~165 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=0e60c513;p=brevno-suite%2Fhugo [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. --- diff --git a/docs/static/css/style.css b/docs/static/css/style.css index d6beaf86..3b13ff4a 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; }