Теги
--
+
{% for tag in tags %}
-
- {{ tag.name }} : {{ tag.c }} + {{ tag.name }}({{ tag.c }}) {% endfor %} -
diff --git a/blog/static/css/new.css b/blog/static/css/new.css index 8e00cd7..4187179 100644 --- a/blog/static/css/new.css +++ b/blog/static/css/new.css @@ -1,4 +1,5 @@ -a { + + a { color: #4a809a; } body{ @@ -223,10 +224,16 @@ a { background-color: rgba(41, 128, 185, 0.1); } - + #plus {display: none;} @media screen and (max-width: 900px) { #posts {padding: 0} - #header {width: 98%;} + #header {width: 100%;} //.sidemenu {background: #F7F7F8;} #search, .sidemenu {display: none} - } \ No newline at end of file + #plus {color: #FFF; float: right; + font-size: 25px; + display: block; + //height: 30px; + margin: 12px; + } + } diff --git a/blog/templates/blog/base.html b/blog/templates/blog/base.html index 6005fca..a7271ce 100644 --- a/blog/templates/blog/base.html +++ b/blog/templates/blog/base.html @@ -3,10 +3,10 @@