Skip to content

Commit a59e359

Browse files
authoredMay 15, 2024
Added border to paragraph images
1 parent 6a6ff96 commit a59e359

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

‎index.html

+3
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77
<meta name="description" content="Public documentation and sample code for integration with Connected Cars">
88
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
99
<link rel="stylesheet" href="//unpkg.com/docsify/lib/themes/vue.css">
10+
<style type="text/css">
11+
p > img { border: 1px solid #ccc; }
12+
</style>
1013
</head>
1114
<body>
1215
<div id="app"></div>

0 commit comments

Comments
 (0)