Skip to content

Commit

Permalink
Tweak CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
acabal committed Jan 7, 2024
1 parent 3c9d8c2 commit d3e8886
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions src/epub/css/local.css
Expand Up @@ -102,7 +102,7 @@ p span.i4{
/* Bespoke styling */
#dedication{
font-variant-caps: all-small-caps;
line-height: 2.5em;
line-height: 2.5;
}

#dedication footer{
Expand All @@ -111,7 +111,7 @@ p span.i4{
padding-right: 20%;
}

#dedication span{
#dedication b{
font-size: larger;
font-variant-caps: normal;
text-transform: uppercase;
Expand All @@ -128,7 +128,5 @@ p span.i4{

#chapter-20 ul{
list-style-type: none;
margin: 1em 0 0 3em;
padding: 0;
}
/* end bespoke */
2 changes: 1 addition & 1 deletion src/epub/text/dedication.xhtml
Expand Up @@ -9,7 +9,7 @@
<section id="dedication" epub:type="dedication">
<p>Dedicated, by permission,<br/>
to<br/>
<span>Major-General Lord Rokeby, <abbr epub:type="z3998:name-title">K.C.B.</abbr>,</span><br/>
<b>Major-General Lord Rokeby, <abbr epub:type="z3998:name-title">K.C.B.</abbr>,</b><br/>
by his Lordship’s<br/>
humble and most grateful servant,</p>
<footer>
Expand Down

0 comments on commit d3e8886

Please sign in to comment.