diff --git a/themes/notmyidea-custom/static/css/custom.css b/themes/notmyidea-custom/static/css/custom.css new file mode 100644 index 0000000..836a724 --- /dev/null +++ b/themes/notmyidea-custom/static/css/custom.css @@ -0,0 +1,7 @@ + +#bxxa ul { + list-style-type: none; +} +#bxxa li { + display: inline; +} diff --git a/themes/notmyidea-custom/templates/base.html b/themes/notmyidea-custom/templates/base.html index e561aa9..3d67104 100644 --- a/themes/notmyidea-custom/templates/base.html +++ b/themes/notmyidea-custom/templates/base.html @@ -7,6 +7,7 @@