Fix up some bugs
parent
34aa8085de
commit
f64ee98f6a
|
@ -28,20 +28,9 @@
|
|||
{% block subnav %}{% endblock %}
|
||||
</div>
|
||||
<div class="faq-main doc">
|
||||
<div class="js-maincol-inner">
|
||||
<div id="content-block">
|
||||
<div id="js-main-container">
|
||||
<div class="js-main-container-inner">
|
||||
|
||||
|
||||
{% block doccontent %}
|
||||
{% endblock %}
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
{% block doccontent %}
|
||||
{% endblock %}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{% endblock %}
|
||||
|
|
|
@ -38,6 +38,10 @@
|
|||
display: none;
|
||||
}
|
||||
|
||||
.bookRead {
|
||||
flex: 100%;
|
||||
}
|
||||
|
||||
.bookDownload {
|
||||
flex: 100%;
|
||||
}
|
||||
|
|
|
@ -14,6 +14,10 @@
|
|||
min-width: 200px;
|
||||
}
|
||||
|
||||
.faq-main {
|
||||
padding: 0 25px;
|
||||
}
|
||||
|
||||
.faq-toplevel-nav {
|
||||
width: fit-content;
|
||||
margin: 0 auto;
|
||||
|
|
|
@ -5,12 +5,6 @@
|
|||
text-align: center;
|
||||
}
|
||||
|
||||
.doc h3 {
|
||||
text-align: center;
|
||||
font-style: italic;
|
||||
margin-bottom: $font-size-larger*2.5;
|
||||
}
|
||||
|
||||
#widgetcode {
|
||||
display: none;
|
||||
}
|
||||
|
|
|
@ -4,7 +4,16 @@
|
|||
@import "mixins.scss";
|
||||
@import "buttons.scss";
|
||||
@import "bootstrap-social.scss";
|
||||
@import "font-awesome.min.css";
|
||||
|
||||
/* old */
|
||||
|
||||
|
||||
#widgetcode {
|
||||
display: none;
|
||||
}
|
||||
|
||||
/* endold */
|
||||
|
||||
|
||||
@mixin preview()
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue