[Docs] Limit `.fa { display: inline }` within #main-content - hugo - [fork] hugo port for 9front
(HTM) git clone git@git.drkhsh.at/hugo.git
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) Submodules
(DIR) README
(DIR) LICENSE
---
(DIR) commit 0e60c5137e7aa81838cac467ca7f1d6af1742f45
(DIR) parent b56c9db6dc9502fad515bca5163c38177b2af684
(HTM) Author: Anthony Fok <foka@debian.org>
Date: Mon, 19 Jan 2015 02:46:21 -0700
[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.
Diffstat:
M docs/static/css/style.css | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
(DIR) diff --git 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;
}