Browse Source

update how disquss comments are included

Oz N Tiram 9 years ago
parent
commit
93da6765ac
2 changed files with 10 additions and 7 deletions
  1. 9 6
      media/css/site.css
  2. 1 1
      templates/entry.html

+ 9 - 6
media/css/site.css

@@ -211,11 +211,11 @@ div.popup .content .image img {
   #menu {
     margin-right: -50px;
     float: right}
+
 }
 
 
 @media (min-width: 768px) {
-  /* uncomment if you would like the menu to be fixed */
 	.navbar {
 	position: fixed;
 	width: 104px;
@@ -227,6 +227,7 @@ div.popup .content .image img {
     border: white}
 
   .index {margin-left: 20px;}
+
 }
 
 
@@ -237,6 +238,8 @@ div.popup .content .image img {
   }
 
   .index {margin-left: 2em;}
+  
+
 }
 
 @media (min-width: 1200px) {
@@ -246,7 +249,6 @@ div.popup .content .image img {
 
  .index {margin-left: 30px;}
 
-
 }
 
 .sidebar-nav .navbar-header{ float: none; }
@@ -331,10 +333,6 @@ div.popup .content .image img {
     color:#444;
 }
 
-#underpost {
-    font-size: 0.85em;
-    margin-top: 120px;
-}
 
 .published {
     font-family:"Yanone Kaffeesatz", Ubuntu, Helvetica, Arial, sans-serif;
@@ -352,3 +350,8 @@ div.popup .content .image img {
 .published a:hover {
     color:#444;;
 }
+
+#underpost {
+	font-size: 0.85em;
+	margin-top: 120px;
+}

+ 1 - 1
templates/entry.html

@@ -14,9 +14,9 @@
 </div>
 <div id="underpost">
   <h3>Discussions/Feedback.</h3>
+  {% include 'discuss.html' %}
 </div>
 </div>
-{% include 'discuss.html' %}
 {% endblock content %}
 
 {% block body %}