19,582
edits
mNo edit summary |
mNo edit summary |
||
Line 2: | Line 2: | ||
/* These variables are here to be changed by JavaScript code in MediaWiki:Common.js */ | /* These variables are here to be changed by JavaScript code in MediaWiki:Common.js */ | ||
:root { | :root | ||
{ | |||
--day-order:2; | --day-order:2; | ||
--month-order:1; | --month-order:1; | ||
} | } | ||
Line 30: | Line 29: | ||
/* Add separators */ | /* Add separators */ | ||
.date-day::before {content:"/";} | .date-day::before {content:"/";} | ||
.date-month::before{content: | .date-month::before{content:"";} | ||
.date-year::before {content:"/";} /* or ", " for long format */ | .date-year::before {content:"/";} /* or ", " for long format */ | ||