]> jfr.im git - irc/freenode/web-7.0.git/commitdiff
updated template
authorSvante Bengtson <redacted>
Tue, 23 Feb 2016 16:08:11 +0000 (17:08 +0100)
committerSvante Bengtson <redacted>
Tue, 23 Feb 2016 16:08:11 +0000 (17:08 +0100)
index_mock1.html
static/css/mock1.css
static/css/style.css
templates/article.html

index 6697aac9c7e5077daaa6d275812696b4b3a76b5d..78d24ca8f88ea4a2225e5d94a1ba919cb1e0004c 100644 (file)
@@ -93,8 +93,10 @@ We expect all users of the network, whether affiliated with a project or not, to
 act in good faith and in accordance with both their local laws and those
 applicable where freenode operates. Use of freenode and its facilities is a
 privilege, not a right, and may be withdrawn where we believe that this has not been the case.</p>
-    <p class="art-link"><a href="{{ previous }}">Previous</a></p>
-    <p class="art-link"><a href="{{ previous }}">Next</a></p>
+    <p class="art-links">
+    <a href="{{ previous }}" class="art-link">Previous</a>
+    <a href="{{ previous }}" class="art-link">Next</a>
+    </p>
 </div>
         </div>
     </div>
index b991d4d9af1cbc2145f0c19bfae2a3048e0f50bf..b304219854b7501ba7bca8d1bfe06527eaa1683e 100644 (file)
@@ -171,7 +171,6 @@ p.art-ingress {
 p.heading {
     white-space: nowrap;
 }
-
 p.art-link {
     margin-top: 0;
 }
@@ -181,7 +180,7 @@ p.art-link {
 .art-full h2,
 .art-full h3,
 .art-full h4 {
-    ;
+    margin-top: 0.5em;
 }
 
 /* help */
index 9a8dd2e233610701f6ca554fc9407adfe81a2ed7..f419220b4ae04a83f2644f2bbf79afa7fc163290 100644 (file)
@@ -193,6 +193,14 @@ p.heading {
   white-space: nowrap;
 }
 
+/*p.art-links {
+    white-space: nowrap;
+}*/
+
+.art-link:last-child {
+  text-align: right;
+}
+
 p.art-link {
   margin-top: 0;
 }
@@ -203,7 +211,7 @@ p.art-link {
 .art-full h2,
 .art-full h3,
 .art-full h4 {
-  line-height: 1.5em;
+  margin-top: 0.5em;
 }
 
 /* help */
index 075a085b43308115dc03d019cc1c1a2c2ddfb37f..32162c3bb9181f3400c51e04b46b74ca5e52ded8 100644 (file)
@@ -2,6 +2,8 @@
     <p><b class="art">{{ Title }}</b>&nbsp;
     <span class="art-date">{{ Date }} by {{ Author }}</span></p>
     <p class="art-ingress">{% block Content %}{% endblock %}</p>
-    <p class="art-link"><a href="{{ previous }}">Previous</a></p>
-    <p class="art-link"><a href="{{ previous }}">Next</a></p>
+    <p class=art-links">
+        <a href="{{ previous }}" class="art-link">Previous</a>
+        <a href="{{ previous }}" class="art-link">Next</a>
+    </p>
 </div>
\ No newline at end of file