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

github.com/brycematheson/allegiant.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryce Matheson <brycematheson@gmail.com>2016-01-28 06:34:23 +0300
committerBryce Matheson <brycematheson@gmail.com>2016-01-28 06:34:23 +0300
commit6c49d136e538d514fd3bbc4371104bfcb1d99814 (patch)
tree8f8b26abcd594b68b7e7def2214111fcc273fd1a
parent456ea1c215bd3580943245d2148e8963a534639d (diff)
Fixed so that ul, li, and ol now work
-rw-r--r--static/css/style.css4
1 files changed, 1 insertions, 3 deletions
diff --git a/static/css/style.css b/static/css/style.css
index d68fe41..e8dab56 100644
--- a/static/css/style.css
+++ b/static/css/style.css
@@ -14,9 +14,7 @@ h2 a {
footer {
box-sizing: border-box
}
-.overlay ul,
-ol,
-ul {
+.overlay ul {
list-style: none
}
#mainmenu,