bin/template/content/styles/screen.scss in scholarmarkdown-1.0.0 vs bin/template/content/styles/screen.scss in scholarmarkdown-1.1.0
- old
+ new
@@ -41,10 +41,41 @@
list-style: none;
margin: 1em 0;
padding: 0;
}
+ .actions, .context {
+ font-size: .9em;
+
+ h2 {
+ margin: 0;
+ display: inline;
+ font-size: 1em;
+ font-weight: normal;
+
+ &:after {
+ content: ":";
+ }
+ }
+
+ ul {
+ display: inline;
+ }
+
+ li {
+ display: inline;
+ white-space: nowrap;
+ font-style: italic;
+
+ &:not(:last-child) {
+ &:after {
+ content: ", ";
+ }
+ }
+ }
+ }
+
#authors {
li {
display: inline;
margin-right: 1.5em;
white-space: nowrap;
@@ -73,9 +104,10 @@
}
#abstract {
font-weight: bold;
hyphens: auto;
+ padding-bottom: 10px;
h2 {
display: none;
}
}