Template:Citation Template Example/styles.css: Difference between revisions
From OnTrackNorthAmerica
No edit summary |
No edit summary |
||
Line 7: | Line 7: | ||
} | } | ||
#if .src-2 | #if .src-2{ | ||
.src-3 { | border-style: solid; | ||
border-top-style: none; | |||
} | |||
#if .src-3 { | |||
border-style: solid; | border-style: solid; | ||
border-top-style: none; | 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; }