diff --git a/pagedmedia/style.css b/pagedmedia/style.css index 929e4e3c36b0168709452d77be610a506429a311..1b6b53b23db786473d13939717b26d07992eb88b 100644 --- a/pagedmedia/style.css +++ b/pagedmedia/style.css @@ -68,6 +68,7 @@ ul > li:before { font-size: 4.3rem!important; /* margin-left: 2rem; */ text-align: right!important; + padding-top: 42px!important; } #version-0-1 h2 { @@ -80,12 +81,15 @@ ul > li:before { text-align: right!important; } + + #version-0-1 figure{ width: 20mm; float: right; position: absolute; right: 0; - bottom: 0; + bottom: -55px; + background-color: white; } #version-0-1 figcaption{ @@ -1291,4 +1295,20 @@ a[href^="https://twitter.com/hashtag/"] { #perret_tweet img{ width: 90%; padding: 5px 0; +} + + +/* Colophon */ + +#colophon h1{ + margin-top: 0; + padding-top: 0; +} + + +#colophon h2{ + margin-bottom: 0; + padding-bottom: 0; + position: relative; + top: 6px; } \ No newline at end of file