]> jfr.im git - irc/freenode/web-7.0.git/commitdiff
merge .art and .main 22/head
authorEd Kellett <redacted>
Wed, 24 Feb 2016 08:26:16 +0000 (08:26 +0000)
committerEd Kellett <redacted>
Wed, 24 Feb 2016 08:26:16 +0000 (08:26 +0000)
static/css/style.css
templates/article.html

index 6dedf5b94f3559209abe5386c8068d172db634bd..181081a5f7873018a92fa4e10ed5b04686a5bce2 100644 (file)
@@ -102,10 +102,17 @@ a.nav-light {
 .main h1,
 .main h2,
 .main h3,
-.main p + p {
+.main li,
+.main p + p,
+.main ul + p {
     margin-top: .5em;
 }
 
+.main ul {
+    padding-left: 2em;
+    list-style-type: disc;
+}
+
 /* jumbotron */
 .jumbotron {
     position: relative;
@@ -239,12 +246,6 @@ p.art-link {
     margin-top: 0;
 }
 
-/* Article */
-.art-full h1,
-.art-full h2,
-.art-full h3,
-.art-full h4 {}
-
 /* help */
 .hmain {
     display: flex;
index 8d3ce06946beb6fa3890999908467a81844917b9..e9675638ff2cd02e35308bc511e95756fd4a6d4d 100644 (file)
@@ -1,6 +1,6 @@
 {% extends "base.html" %}
 {% block content %}
-<div class="art">
+<div class="main">
     <p><b class="art">{{ article.title }}</b>&nbsp;
     <span class="art-date">{{ article.datetime }} by {{ article.author }}</span></p>
     <p class="art-ingress">{{ article.content }}</p>