|
@@ -8,7 +8,7 @@ layout: default
|
|
|
padding: 10px 10px 10px 10px;
|
|
|
min-height: 1.5em;
|
|
|
font-family: serif;
|
|
|
- border: 1px dashed gray;
|
|
|
+ border-bottom: 1px dashed gray;
|
|
|
}
|
|
|
.question {
|
|
|
color: gray;
|
|
@@ -41,6 +41,18 @@ layout: default
|
|
|
visibility: visible;
|
|
|
}
|
|
|
/* IDs */
|
|
|
+#rulebox {
|
|
|
+ border: 1px solid lightgray;
|
|
|
+ padding: 20px;
|
|
|
+ margin: 20px 0 30px 0;
|
|
|
+}
|
|
|
+#rulebox h2 {
|
|
|
+
|
|
|
+ font-family: serif;
|
|
|
+}
|
|
|
+#name {
|
|
|
+ font-weight: bold;
|
|
|
+}
|
|
|
#editToggle {
|
|
|
float: right;
|
|
|
clear: both;
|
|
@@ -129,13 +141,11 @@ layout: default
|
|
|
{{ content }}
|
|
|
</div>
|
|
|
|
|
|
- <hr />
|
|
|
-
|
|
|
- <p></p>
|
|
|
+ <div id="rulebox">
|
|
|
|
|
|
<span class="question">What is the community’s name?</span>
|
|
|
|
|
|
- <h1 contenteditable="true" class="editable">{{ page.community-name }}</h1>
|
|
|
+ <h1 contenteditable="true" class="editable" id="name">{{ page.community-name }}</h1>
|
|
|
|
|
|
<h2 id="basics">Basics
|
|
|
<button onclick="toggleVisible('s1')" class="button"> + </button>
|
|
@@ -230,11 +240,7 @@ layout: default
|
|
|
|
|
|
</div><!--hiding section s4-->
|
|
|
|
|
|
- <p><br /></p>
|
|
|
-
|
|
|
- <hr />
|
|
|
-
|
|
|
- <p><br /></p>
|
|
|
+ </div><!--#rulebox-->
|
|
|
|
|
|
<p>The suggested modules are linked to (in progress) entries at <a target="_blank" href="https://medlabboulder.gitlab.io/democraticmediums/">Democratic Mediums</a>.</p>
|
|
|
|