diff options
-rw-r--r-- | bn_django/journal/templates/journal/linkartifact_list.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bn_django/journal/templates/journal/linkartifact_list.html b/bn_django/journal/templates/journal/linkartifact_list.html index 7ab6d5e..136ce72 100644 --- a/bn_django/journal/templates/journal/linkartifact_list.html +++ b/bn_django/journal/templates/journal/linkartifact_list.html @@ -20,7 +20,7 @@ end up at <a href="http://feeds.bnewbold.net">feeds.bnewbold.net</a>. <br /> <br /> {% if object_list %} -<ul> +<ul style="list-style: none;margin-left:10px;"> {% for item in object_list %} <li style="margin-bottom: 8px;"/><a href="{{ item.id }}/" style="font-size:140%;">{{item.title}}</a> {% if item.html_caption %} |