projects
/
pgopen2018.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e7f428c
)
remove list style from uls within feedback table
author
xenophenes
<sarahwiz210@yahoo.com>
Sun, 10 Sep 2017 21:34:59 +0000
(14:34 -0700)
committer
xenophenes
<sarahwiz210@yahoo.com>
Sun, 10 Sep 2017 21:34:59 +0000
(14:34 -0700)
static/css/style.css
patch
|
blob
|
blame
|
history
diff --git
a/static/css/style.css
b/static/css/style.css
index 2f2990091d4ddd9534145fd7ffb566b8f4de9e19..8e18b1c91fbd2ed5482aa025facbfd9dd2c8c733 100644
(file)
--- a/
static/css/style.css
+++ b/
static/css/style.css
@@
-1343,3
+1343,7
@@
.navbar-fixed-top {
background-color: #0A2342;
}
+
+table#feedback_table ul {
+ list-style-type: none !important;
+}