diff --git a/frontend/templates/basedocumentation.html b/frontend/templates/basedocumentation.html index 78be4eb2..8e55951d 100644 --- a/frontend/templates/basedocumentation.html +++ b/frontend/templates/basedocumentation.html @@ -28,20 +28,9 @@ {% block subnav %}{% endblock %}
-
-
-
-
- - - {% block doccontent %} - {% endblock %} - -
-
-
-
-
+ {% block doccontent %} + {% endblock %} + {% endblock %} diff --git a/static/scss/bookview.scss b/static/scss/bookview.scss index 2e79459f..e75b738e 100644 --- a/static/scss/bookview.scss +++ b/static/scss/bookview.scss @@ -38,6 +38,10 @@ display: none; } + .bookRead { + flex: 100%; + } + .bookDownload { flex: 100%; } diff --git a/static/scss/faq.scss b/static/scss/faq.scss index d7edab58..99b71939 100644 --- a/static/scss/faq.scss +++ b/static/scss/faq.scss @@ -14,6 +14,10 @@ min-width: 200px; } +.faq-main { + padding: 0 25px; +} + .faq-toplevel-nav { width: fit-content; margin: 0 auto; diff --git a/static/scss/libraries.scss b/static/scss/libraries.scss index f4688150..f218b3b7 100644 --- a/static/scss/libraries.scss +++ b/static/scss/libraries.scss @@ -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; } diff --git a/static/scss/sitewide4.scss b/static/scss/sitewide4.scss index 5b02168c..6c1a2c63 100644 --- a/static/scss/sitewide4.scss +++ b/static/scss/sitewide4.scss @@ -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() {