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

github.com/nanxiaobei/hugo-paper.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorNazım Can Altınova <canaltinova@gmail.com>2019-05-04 20:45:30 +0300
committerNazım Can Altınova <canaltinova@gmail.com>2019-05-04 20:56:25 +0300
commit6cd8e1342367ee84cca70dca91ec8ade4be171f4 (patch)
tree9654da5529aebd02c8d72cba257645d7e32b6554 /static
parentd9093afb2d1151811f2e14c68eadd3c76e11b7de (diff)
Remove the marker of menu <ul> element
This is a problem in Firefox because Firefox displays markers(bullet points) of `<li>` element just before the inline contents of the elements. But Chrome displays them before the element, not depending on the content of the `<li>` element. So it wasn't visible on Chrome but it's in Firefox. This CSS change will remove that in Firefox too.
Diffstat (limited to 'static')
-rw-r--r--static/css/style.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/static/css/style.css b/static/css/style.css
index 363bb19..26253c9 100644
--- a/static/css/style.css
+++ b/static/css/style.css
@@ -183,6 +183,7 @@ img {
padding-bottom: 180px;
text-align: center;
background: #fff;
+ list-style: none;
}
.menu li + li {
margin-top: 12px;