bin/template/content/styles/screen.scss in scholarmarkdown-2.1.0 vs bin/template/content/styles/screen.scss in scholarmarkdown-2.2.0
- old
+ new
@@ -12,10 +12,14 @@
.title {
font-style: italic;
}
}
+.printonly {
+ display: none;
+}
+
img.plot {
width: auto;
height: 16em;
}
@@ -100,19 +104,19 @@
sup {
margin-right: .15em;
}
}
+}
- #abstract {
- font-weight: bold;
- hyphens: auto;
- padding-bottom: 10px;
+#abstract {
+ font-weight: bold;
+ hyphens: auto;
+ padding-bottom: 10px;
- h2 {
- display: none;
- }
+ h2 {
+ display: none;
}
}
main, #appendix {
counter-reset: section;
@@ -393,5 +397,6 @@
tbody th {
text-align:left;
}
@import "shared.scss";
+@import "shared_override.scss";