Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
pubsweet-components
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
3
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
pubsweet
pubsweet-components
Commits
c195582c
Commit
c195582c
authored
7 years ago
by
julientaq
Committed by
Yannis Barlas
7 years ago
Browse files
Options
Downloads
Patches
Plain Diff
tweak note callouts, footnotes line-height and page numbering
parent
7630b2e4
No related branches found
No related tags found
1 merge request
!111
Default fragment title when the fragment title is undefined
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
packages/Epub/themes/default.css
+16
-5
16 additions, 5 deletions
packages/Epub/themes/default.css
with
16 additions
and
5 deletions
packages/Epub/themes/default.css
+
16
−
5
View file @
c195582c
...
...
@@ -1824,6 +1824,8 @@ section {
.dup
:before
{
content
:
counter
(
page
)
" "
;
letter-spacing
:
0px
!important
;
}
.booktitle
{
...
...
@@ -1845,6 +1847,8 @@ section {
.booktitle
:after
{
content
:
" "
counter
(
page
);
letter-spacing
:
0px
!important
;
}
...
...
@@ -1865,12 +1869,13 @@ section {
.folio
:after
{
content
:
counter
(
page
);
letter-spacing
:
0px
!important
;
}
/* layout body */
h1
.ct
+
.cst
,
.dup
+
.cst
{
.ct
+
.cst
,
.dup
+
.cst
{
margin-top
:
-166px
;
margin-bottom
:
111px
;
}
...
...
@@ -2032,15 +2037,17 @@ sup {
font-size
:
11px
;
line-height
:
15px
;
}
/*
.footnote {
float: footnote;
}
*/
.inline-note-footer
{
float
:
footnote
;
font-size
:
10px
;
line-height
:
1
;
margin-top
:
0
;
margin-bottom
:
0
;
font-size
:
11px
;
line-height
:
15px
;
}
.inline-note-number
{
...
...
@@ -2098,4 +2105,8 @@ ol.none , ul.none {
cite
{
display
:
block
;
}
p
.ct
{
display
:
none
;
}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment