File tree Expand file tree Collapse file tree 2 files changed +11
-0
lines changed
Expand file tree Collapse file tree 2 files changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -88,6 +88,7 @@ const listWrapper = (design: ArticleDesign): SerializedStyles => {
8888 ${ grid . column . centre }
8989 padding-bottom : 0.75rem ;
9090 margin-bottom : 6px ;
91+ border-bottom : 1px solid ${ palette ( '--article-border' ) } ;
9192 ` ;
9293 }
9394
Original file line number Diff line number Diff line change 66 space ,
77} from '@guardian/source/foundations' ;
88import { Hide } from '@guardian/source/react-components' ;
9+ import { StraightLines } from '@guardian/source-development-kitchen/react-components' ;
910import { Fragment } from 'react' ;
1011import { AdPlaceholder } from '../components/AdPlaceholder.apps' ;
1112import { AdPortals } from '../components/AdPortals.importable' ;
@@ -281,6 +282,15 @@ export const GalleryLayout = (props: WebProps | AppProps) => {
281282 ) ;
282283 } ) }
283284
285+ < StraightLines
286+ data-print-layout = "hide"
287+ count = { 4 }
288+ cssOverrides = { css `
289+ dis play: block;
290+ ` }
291+ color = { palette ( '--straight-lines' ) }
292+ />
293+
284294 < SubMeta
285295 format = { format }
286296 subMetaKeywordLinks = { frontendData . subMetaKeywordLinks }
You can’t perform that action at this time.
0 commit comments