Skip to content

Commit

Permalink
Merge pull request #89 from connectedcars/image-border
Browse files Browse the repository at this point in the history
Adds border to paragraph images
  • Loading branch information
mex committed May 17, 2024
2 parents 6a6ff96 + a59e359 commit 91b2b62
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
<meta name="description" content="Public documentation and sample code for integration with Connected Cars">
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<link rel="stylesheet" href="//unpkg.com/docsify/lib/themes/vue.css">
<style type="text/css">
p > img { border: 1px solid #ccc; }
</style>
</head>
<body>
<div id="app"></div>
Expand Down

0 comments on commit 91b2b62

Please sign in to comment.