1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
|
Description: Do not capitalize the slide titles.
Forwarded: not-yet
Bug-Debian: https://bugs.debian.org/701592
Author: Peter Pentchev <[email protected]>
Last-Update: 2016-04-14
--- a/ui/default/pretty.css
b/ui/default/pretty.css
@@ -40,7 40,7 @@
div.long {font-size: 0.75em;}
.slide h1 {position: absolute; top: 0.7em; left: 87px; z-index: 1;
margin: 0; padding: 0.3em 0 0 50px; white-space: nowrap;
- font: bold 150%/1em Helvetica, sans-serif; text-transform: capitalize;
font: bold 150%/1em Helvetica, sans-serif;
color: #DDE; background: #005;}
.slide h3 {font-size: 130%;}
h1 abbr {font-variant: small-caps;}
|