Skip to content

Commit

Permalink
Tweak CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
acabal committed Mar 22, 2024
1 parent da0e8fe commit 5f50647
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions src/epub/css/local.css
Expand Up @@ -102,34 +102,34 @@ p span.i15{
}

/* "Dead Dialogue" styling, adapted from drama formatting */
#dead-dialogue table{
table{
border-collapse: collapse;
margin: 1em auto;
width: 100%;
}

#dead-dialogue tr:first-child td{
tr:first-child td{
padding-top: 0;
}

#dead-dialogue tr:last-child td{
tr:last-child td{
padding-bottom: 0;
}

#dead-dialogue td{
td{
padding: .5em;
vertical-align: top;
}

#dead-dialogue td:last-child{
td:last-child{
padding-right: 0;
}

#dead-dialogue td:first-child{
td:first-child{
padding-left: 0;
}

#dead-dialogue td[epub|type~="z3998:persona"]{
td[epub|type~="z3998:persona"]{
hyphens: none;
-epub-hyphens: none;
text-align: right;
Expand All @@ -155,7 +155,7 @@ p span.i15{
}

/* Prelude styling */
#prelude{
#prelude p{
font-style: italic;
}

Expand Down

0 comments on commit 5f50647

Please sign in to comment.