diff --git a/mysite/blog/static/blog/main.css b/mysite/blog/static/blog/main.css index ca84494..0cd4389 100644 --- a/mysite/blog/static/blog/main.css +++ b/mysite/blog/static/blog/main.css @@ -10,10 +10,15 @@ h4, h6 { color: #444444; } - -ul { - margin: 0; -} + + ul { + margin: 0; + list-style: none; + } + + ul li:before { + content: "\00BB \0020"; + } .bg-steel { background-color: #5f788a; @@ -314,6 +319,7 @@ label { z-index: 0; visibility: hidden; } + } .slider > #input-slide-autoplay:checked ~ .slide-description > .slide-0 { animation: description 32000ms infinite -2000ms ease; diff --git a/mysite/blog/templates/blog/base.html b/mysite/blog/templates/blog/base.html index 0b7f600..b6933a8 100644 --- a/mysite/blog/templates/blog/base.html +++ b/mysite/blog/templates/blog/base.html @@ -76,7 +76,7 @@ {% include 'user/message.html' %} - +
{% block content %} @@ -84,6 +84,9 @@
+ {% block contentr %} + + {% endblock %}

Filter By


@@ -109,7 +112,7 @@

Trending

- +
@@ -123,4 +126,3 @@

Trending

- diff --git a/mysite/blog/templates/blog/home.html b/mysite/blog/templates/blog/home.html index 09ced34..d272dea 100644 --- a/mysite/blog/templates/blog/home.html +++ b/mysite/blog/templates/blog/home.html @@ -71,7 +71,7 @@

- +

@@ -145,3 +145,16 @@

+