projects
/
brevno-suite
/
hugo
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b56c9db
)
[Docs] Limit `.fa { display: inline }` within #main-content
author
Anthony Fok
<foka@debian.org>
Mon, 19 Jan 2015 09:46:21 +0000
(
02:46
-0700)
committer
Anthony 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
patch
|
blob
|
history
diff --git
a/docs/static/css/style.css
b/docs/static/css/style.css
index d6beaf861fd669dd602ef60c403d7a63a328866c..3b13ff4a02a98feb8670c7520691bf1201f94613 100755
(executable)
--- 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;
}