diff options
Diffstat (limited to 'view/theme')
-rw-r--r-- | view/theme/redbasic/css/style.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 45f9021a2..d981a38b9 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -2315,3 +2315,7 @@ nav .badge.mail-update:hover { .help-searchlist a { font-size: 130%; } + +.response-list ul { + list-style-type: none; +} |