git ssb

0+

Grey the earthling / gkn.me.uk



Commit f766257479c8bcbf07664668c8b1dc94b4c1004d

Remove the <header> from inside the page summary

Transfer the balancing space styling to the <h1>
Greg K Nicholson committed on 2/4/2018, 5:23:05 PM
Parent: a69243673b022c68aae9ed62d69c212758bcce23

Files changed

themes/ran/static/style/ran.csschanged
themes/ran/templates/base.htmlchanged
themes/ran/static/style/ran.cssView
@@ -272,9 +272,9 @@
272272 summary::-webkit-details-marker {
273273 display: none;
274274 }
275275
276- summary header::before {
276 + summary h1::before {
277277 /* Keep the summary centred. */
278278 content: " ";
279279 height: 2rem;
280280 width: 1rem;
themes/ran/templates/base.htmlView
@@ -50,13 +50,11 @@
5050 <header>
5151 {%- block pagetitle -%}
5252 <details>
5353 <summary>
54- <header>
55- <h1 class="pagetitle">
56- {{- self.title() -}}
57- </h1>
58- </header>
54 + <h1 class="pagetitle">
55 + {{- self.title() -}}
56 + </h1>
5957 </summary>
6058 <main>
6159 {%- block pagedetails -%}
6260 <address>

Built with git-ssb-web