git ssb

0+

Grey the earthling / gkn.me.uk



Commit 8083e8cffeb14b7970ee01cd4eb4fc2e16ace1f6

Distinguish between aside and inset

Not all asides will be inset.

(Besides, the styling for inset doesn't really work for paragraphs yet.)
Greg K Nicholson committed on 2/25/2018, 11:29:42 PM
Parent: 93551f2df87e794a7fbd1278d35788bbcfaeda86

Files changed

themes/ran/static/style/ran.csschanged
themes/ran/static/style/ran.cssView
@@ -447,12 +447,10 @@
447447 address {
448448 font-style: inherit;
449449 }
450450
451-aside, .inset {
452- max-width: 50%;
453- float: right;
454- margin-left: 1rem;
451 +aside {
452 + font-style: italic;
455453 }
456454
457455 blockquote {
458456 margin-left: 2rem;
@@ -494,8 +492,14 @@
494492 margin-right: auto;
495493 text-align: center;
496494 }
497495
496 +.inset {
497 + max-width: 50%;
498 + float: right;
499 + margin-left: 1rem;
500 +}
501 +
498502 ol, ul {
499503 margin-left: 0;
500504 padding-left: 1rem;
501505 }

Built with git-ssb-web