Template:LocaleDate/styles.css: Difference between revisions

no edit summary
(Iritscen changed the content model of the page Template:LocaleDate/styles.css from "wikitext" to "Sanitized CSS")
Tag: content model change
No edit summary
Line 7: Line 7:
.date-wrapper {
.date-wrapper {
   align-items: baseline;
   align-items: baseline;
   background: #f00;
   background: #eee;
   display: inline-flex;
   display: inline-flex;
}
}
Line 29: Line 29:


/* Add separators */
/* Add separators */
.date-year::before { content: ", "; }
.date-year::before { content: "/"; } /* or ", " for long format */
.date-month::before { content: ""; }
.date-month::before { content: "/"; }
.date-day::before { content: "\00a0"; }  /* \00a0 is a non-breaking space */
.date-day::before { content: "\00a0"; }  /* \00a0 is a non-breaking space */