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

github.com/gizak/nofancy.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLi-aung 'Lewis' Yip <liaung@gmail.com>2016-12-30 11:09:25 +0300
committerLi-aung 'Lewis' Yip <liaung@gmail.com>2016-12-30 11:09:25 +0300
commit26f87ff7bf6a0501019cf7086f89a050a417c7a6 (patch)
tree854328df0c00aa197ea4e90780990faacb18d6cf
parentf000cca372fea17ad42c10251ebc664b95778f8a (diff)
Kill float-right on top nav menu. On Firefox it makes the nav menu drop below the site title.
-rw-r--r--static/css/custom.css3
1 files changed, 0 insertions, 3 deletions
diff --git a/static/css/custom.css b/static/css/custom.css
index 71f6678..1cd33cb 100644
--- a/static/css/custom.css
+++ b/static/css/custom.css
@@ -19,9 +19,6 @@ body {
margin-bottom: .5em;
}
-.header .desktop ul {
- float: right;
-}
.header ul li {
height: auto;
}