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

github.com/dplesca/purehugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDragos Plesca <dragos.plesca@gmail.com>2015-03-06 23:31:28 +0300
committerDragos Plesca <dragos.plesca@gmail.com>2015-03-06 23:31:28 +0300
commit9a5c0e81d713a53e33bbf3d6c56dfe07e11d6c43 (patch)
tree1476adb3aed71648078ac01de4a57b92a6a53cad
parent582b609391f088f1053d1e1eae62725ba9117930 (diff)
Footer li without a list-style-type
-rw-r--r--static/css/blog.css3
1 files changed, 3 insertions, 0 deletions
diff --git a/static/css/blog.css b/static/css/blog.css
index f9721f1..f3e7b1c 100644
--- a/static/css/blog.css
+++ b/static/css/blog.css
@@ -186,6 +186,9 @@ h3 {
.footer .pure-menu a:focus {
background: none;
}
+.footer li{
+ list-style-type: none;
+}
@media (min-width: 48em) {
.content {