Template:Citation Template Example/styles.css: Difference between revisions
From OnTrackNorthAmerica
No edit summary |
No edit summary |
||
(6 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
.Heading{ | .Heading{ | ||
color: black; | |||
} | } | ||
.src-1{ | .src-1{ | ||
border-style:solid; | border-style: solid; | ||
} | |||
#if .src-2{ | |||
border-style: solid; | |||
border-top-style: none; | |||
} | |||
#if .src-3 { | |||
border-style: solid; | |||
border-top-style: none; | |||
} | } |
Latest revision as of 13:40, 29 April 2024
.Heading{ color: black; } .src-1{ border-style: solid; } #if .src-2{ border-style: solid; border-top-style: none; } #if .src-3 { border-style: solid; border-top-style: none; }