mirror of
https://github.com/publiclab/image-sequencer.git
synced 2025-12-12 03:10:03 +01:00
* Fixes alignment of message in Add step box * fixes css info id * updates class selector in demo * Spacing changes
This commit is contained in:
committed by
Jeffrey Warren
parent
09669fe858
commit
a67fe91d0d
@@ -115,3 +115,7 @@ h1 {
|
||||
display: block;
|
||||
margin: 0 auto;
|
||||
}
|
||||
.info {
|
||||
padding: 8px;
|
||||
text-align: center;
|
||||
}
|
||||
@@ -78,7 +78,7 @@
|
||||
<button class="btn btn-success btn-lg" id="download-btn" name="download">Download</button>
|
||||
</div>
|
||||
<br />
|
||||
<p class="info" style="padding:8px;">Select a new module to add to your sequence.</p>
|
||||
<p class="info">Select a new module to add to your sequence.</p>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
@@ -94,4 +94,4 @@
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user