Skip to content
This repository was archived by the owner on Jul 7, 2019. It is now read-only.

Commit bd6423a

Browse files
author
root
committed
Remove bullets from M2M Field.
1 parent 31cf42a commit bd6423a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

ACM_General/events/static/events/css/create-event.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,12 @@ a {
1717
color: white;
1818
}
1919

20+
ul {
21+
list-style-type: none;
22+
margin: 0;
23+
padding: 0;
24+
}
25+
2026
input, textarea, option {
2127
font-size: 15px;
2228
}

0 commit comments

Comments
 (0)