Template:Infobox book/styles.css: Difference between revisions
From The Sextant of Worlds
Jump to navigationJump to search
add comment |
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; }" |
(No difference)
|
Revision as of 00:06, 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; }