[Docs] Limit `.fa { display: inline }` within #main-content
authorAnthony Fok <foka@debian.org>
Mon, 19 Jan 2015 09:46:21 +0000 (02:46 -0700)
committerAnthony Fok <foka@debian.org>
Mon, 19 Jan 2015 09:49:50 +0000 (02:49 -0700)
Otherwise the items in the side menu won't line up.
Sorry about this oversight in my recent commit.

docs/static/css/style.css

index d6beaf861fd669dd602ef60c403d7a63a328866c..3b13ff4a02a98feb8670c7520691bf1201f94613 100755 (executable)
@@ -522,7 +522,7 @@ dd {
 }
 
 /* Prevent linebreak right after an icon */
-.fa {
+#main-content .fa {
   display: inline;
 }