git ssb

0+

Grey the earthling / gkn.me.uk



Commit 6b39425b5d48d9bbd25ee3a82f436f6f8561704a

Move series decoration to the series's folder

Analogous with an entry's decoration
Grey Nicholson committed on 9/30/2021, 7:34:25 AM
Parent: de1e274c296b5328ec518b6dc6eb23101b542dcf

Files changed

static/style/tarazed.csschanged
static/style/decoration-thefridayfetchit.pngdeleted
static/style/decoration-walkingdataloss.pngdeleted
static/thefridayfetchit/decoration.pngadded
static/walkingdataloss/decoration.pngadded
static/style/tarazed.cssView
@@ -112,18 +112,18 @@
112112 background-position: center;
113113 background-repeat: no-repeat;
114114 background-size: auto;
115115 }
116 +.thefridayfetchit .decoration {
117 + height: 18rem;
118 + background-image: url("/thefridayfetchit/decoration.png");
119 +}
116120 .walkingdataloss .decoration {
117121 height: 6rem;
118- background-image: url("/style/decoration-walkingdataloss.png");
122 + background-image: url("/walkingdataloss/decoration.png");
119123 background-position: top;
120124 background-repeat: repeat-x;
121125 }
122-.thefridayfetchit .decoration {
123- height: 18rem;
124- background-image: url("/style/decoration-thefridayfetchit.png");
125-}
126126
127127 .entry h1 {
128128 max-width: min(60rem, 95vw);
129129 margin-left: auto;
static/style/decoration-thefridayfetchit.png
static/style/decoration-thefridayfetchit.png
static/style/decoration-walkingdataloss.png
static/style/decoration-walkingdataloss.png
static/thefridayfetchit/decoration.png
static/thefridayfetchit/decoration.png
static/walkingdataloss/decoration.png
static/walkingdataloss/decoration.png

Built with git-ssb-web