diff --git a/src/lists/static/base.css b/src/lists/static/base.css new file mode 100644 index 0000000..e22e6ae --- /dev/null +++ b/src/lists/static/base.css @@ -0,0 +1,3 @@ +#id_new_item{ + margin-top: 2ex; +} \ No newline at end of file diff --git a/src/lists/templates/base.html b/src/lists/templates/base.html index 3f5b150..f60dbbc 100644 --- a/src/lists/templates/base.html +++ b/src/lists/templates/base.html @@ -6,6 +6,7 @@