fnp
/
librarian.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
2363bf7
)
[Mobi] CSS improvements for paragraph and footnotes
author
Robert Błaut
<listy@blaut.biz>
Wed, 15 Jan 2014 22:39:42 +0000
(23:39 +0100)
committer
Robert Błaut
<listy@blaut.biz>
Wed, 15 Jan 2014 22:39:42 +0000
(23:39 +0100)
librarian/mobi/style.css
patch
|
blob
|
history
diff --git
a/librarian/mobi/style.css
b/librarian/mobi/style.css
index
99792e5
..
9afe2ae
100644
(file)
--- a/
librarian/mobi/style.css
+++ b/
librarian/mobi/style.css
@@
-2,7
+2,6
@@
/* = Common elements: headings, paragraphs and lines = */
/* =================================================== */
/* = Common elements: headings, paragraphs and lines = */
/* =================================================== */
-
.h2
{
font-size: 2em;
.h2
{
font-size: 2em;
@@
-31,9
+30,15
@@
.paragraph
{
.paragraph
{
- margin-top: 0;
+ margin: 0;
+}
+
+.paragraph + .paragraph
+{
+ text-indent: 1.5em;
}
}
+
/* ======================== */
/* = Footnotes and themes = */
/* ======================== */
/* ======================== */
/* = Footnotes and themes = */
/* ======================== */
@@
-71,15
+76,10
@@
/* = Numbering = */
/* ============= */
/* = Numbering = */
/* ============= */
-.anchor
+.anchor
sup
{
{
- margin: -0.25em -0.5em;
- color: #777;
- font-size: 0.875em;
- width: 2em;
- text-align: center;
- padding: 0.25em 0.5em;
- line-height: 1.5em;
+ vertical-align: text-top;
+ font-size: 0.7em;
}
/* =================== */
}
/* =================== */