Template:LocaleDate/styles.css: Difference between revisions

m
+cat
mNo edit summary
m (+cat)
 
(7 intermediate revisions by the same user not shown)
Line 29: Line 29:
/* Add separators */
/* Add separators */
.date-day::before  {content:"/";}
.date-day::before  {content:"/";}
.date-month::before{content:"";}
.date-month::before{content:"\00a0";} /* \00a0 is a non-breaking space */
.date-year::before {content:"/";} /* or ", " for long format */
.date-year::before {content:"/";} /* or ", " for long format */


Line 85: Line 85:
.date-year[val="1998"]:after{content:"'98";}
.date-year[val="1998"]:after{content:"'98";}
.date-year[val="1999"]:after{content:"'99";}*/
.date-year[val="1999"]:after{content:"'99";}*/
/*[[Category:Message box templates]]*/