summaryrefslogtreecommitdiffstats
path: root/app/stylesheets
diff options
context:
space:
mode:
Diffstat (limited to 'app/stylesheets')
-rw-r--r--app/stylesheets/print/summary.styl0
-rw-r--r--app/stylesheets/web/summary.styl8
2 files changed, 8 insertions, 0 deletions
diff --git a/app/stylesheets/print/summary.styl b/app/stylesheets/print/summary.styl
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/app/stylesheets/print/summary.styl
diff --git a/app/stylesheets/web/summary.styl b/app/stylesheets/web/summary.styl
new file mode 100644
index 0000000..dfcb412
--- /dev/null
+++ b/app/stylesheets/web/summary.styl
@@ -0,0 +1,8 @@
+.section-header.summary__header {
+ display: none
+}
+
+.summary__content {
+ text-align: justify
+ margin-top: 1.5em
+}