remove list style from uls within feedback table
authorxenophenes <sarahwiz210@yahoo.com>
Sun, 10 Sep 2017 21:34:59 +0000 (14:34 -0700)
committerxenophenes <sarahwiz210@yahoo.com>
Sun, 10 Sep 2017 21:34:59 +0000 (14:34 -0700)
static/css/style.css

index 2f2990091d4ddd9534145fd7ffb566b8f4de9e19..8e18b1c91fbd2ed5482aa025facbfd9dd2c8c733 100644 (file)
        .navbar-fixed-top {
                background-color: #0A2342;
        }
+
+table#feedback_table ul {
+    list-style-type: none !important;
+}