Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gohugoio/hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAnthony Fok <foka@debian.org>2015-01-19 12:46:21 +0300
committerAnthony Fok <foka@debian.org>2015-01-19 12:49:50 +0300
commit0e60c5137e7aa81838cac467ca7f1d6af1742f45 (patch)
tree7480624f6178c3fabde6a03f1c8962bb3b792a6a /docs
parentb56c9db6dc9502fad515bca5163c38177b2af684 (diff)
[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 (limited to 'docs')
-rwxr-xr-xdocs/static/css/style.css2
1 files changed, 1 insertions, 1 deletions
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;
}