diff --git a/styles.css b/styles.css new file mode 100644 index 0000000..ae1c4d1 --- /dev/null +++ b/styles.css @@ -0,0 +1,6 @@ +/*Adds a border around the cards in the preference sorting activity*/ +li.d-flex.card.p-3.mb-2.optionitem.draggable { + border-style: solid; + border-color: #c0c0c0; + border-width: thin; +} \ No newline at end of file diff --git a/templates/sort_voting_form.mustache b/templates/sort_voting_form.mustache index 65ac8cc..d69b6ed 100644 --- a/templates/sort_voting_form.mustache +++ b/templates/sort_voting_form.mustache @@ -62,7 +62,7 @@ {{! This list is drag and drop sortable. }}