Skip to content

Commit

Permalink
Minor enhancements
Browse files Browse the repository at this point in the history
  • Loading branch information
rogerfraser committed Aug 11, 2023
1 parent 107d2a5 commit cc579d7
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions src/display-templates/Solarised.css
Original file line number Diff line number Diff line change
Expand Up @@ -97,16 +97,19 @@ td.entry + td.entry {
}

.entryname {
font-size:80%;
padding:0 2px 0 0;
vertical-align:super;
font-size: 100%;
font-weight: bold;
padding:0 2px 2px 0;
}
.entry[dir=rtl] .entryname, .currententry[dir=rtl] .entryname {
padding: 0 0 0 2px;
font-size: 80%;
vertical-align: super;
padding:0 2px 2px 0;
font-size: 100%;
font-weight: bold;
}
.entryname a, #printer .entryname {
font-size: 100%;
font-weight: bold;
padding:0 2px 2px 0;
}

#printer .entry .entry, #printer .entry .sectiontitle , #printer .entry .booktitle {
Expand Down

0 comments on commit cc579d7

Please sign in to comment.