Template:Infobox book/styles.css: Difference between revisions
From The Sextant of Worlds
Jump to navigationJump to search
Stonedreamer (talk | contribs) Created page with "→{{pp-template|small=yes}}: .ib-book .infobox-title { font-style: italic; padding-bottom: 0.2em; →so title doesn't touch border: } →Firefox apparently reads out the empty title for accessibility agents * [[Template_talk:Infobox_book#Code_read_out_when_using_a_screen_reader]]: .ib-book .Z3988 { display: none; } .ib-book .infobox-below { border-top: #aaa 1px solid; }" |
Stonedreamer (talk | contribs) m 1 revision imported |
(No difference)
|
Latest revision as of 01:25, 1 May 2025
/* {{pp-template|small=yes}} */ .ib-book .infobox-title { font-style: italic; padding-bottom: 0.2em; /* so title doesn't touch border */ } /* Firefox apparently reads out the empty title for accessibility agents * [[Template_talk:Infobox_book#Code_read_out_when_using_a_screen_reader]] */ .ib-book .Z3988 { display: none; } .ib-book .infobox-below { border-top: #aaa 1px solid; }