fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Added caching of latest blog posts fetched from wolnepodreczniki blog.
[wolnelektury.git]
/
bin
/
master.css
diff --git
a/bin/master.css
b/bin/master.css
index
dca4909
..
f6ee64f
100644
(file)
--- a/
bin/master.css
+++ b/
bin/master.css
@@
-86,17
+86,17
@@
p {
/* = Custom elements = */
/* =================== */
span.author {
/* = Custom elements = */
/* =================== */
span.author {
- font-size: 0.
8
em;
+ font-size: 0.
75
em;
display: block;
line-height: 1.5em;
margin-bottom: 0.25em;
}
span.collection {
display: block;
line-height: 1.5em;
margin-bottom: 0.25em;
}
span.collection {
- font-size: 0.5em;
+ font-size: 0.
7
5em;
display: block;
line-height: 1.5em;
display: block;
line-height: 1.5em;
- margin-bottom: -0.5em;
+ margin-bottom: -0.
2
5em;
}
div.didaskalia {
}
div.didaskalia {
@@
-108,12
+108,28
@@
div.kwestia {
margin: 0.5em 0 0;
}
margin: 0.5em 0 0;
}
+div.stanza {
+ margin: 1.5em 0 0;
+}
+
+div.kwestia div.stanza {
+ margin: 0;
+}
+
p.paragraph {
text-align: justify;
margin: 1.5em 0 0;
}
p.paragraph {
text-align: justify;
margin: 1.5em 0 0;
}
+p.motto {
+ font-style: italic;
+}
+
div.fragment {
border-bottom: 0.1em solid #999;
padding-bottom: 1.5em;
}
div.fragment {
border-bottom: 0.1em solid #999;
padding-bottom: 1.5em;
}
+
+hr.spacer {
+ height: 3em;
+}