Skip to content

Commit

Permalink
Update the custom styling example
Browse files Browse the repository at this point in the history
  • Loading branch information
limonte committed Apr 20, 2018
1 parent 0b2310e commit fb313f7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions demo/demos.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
"name": "Vaadin Dialog",
"pages": [
{
"name": "Basic Examples",
"name": "Basics",
"url": "dialog-basic-demos",
"src": "dialog-basic-demos.html",
"meta": {
"title": "vaadin-dialog Basic Examples",
"title": "vaadin-dialog Basics",
"description": "",
"image": ""
}
Expand Down
2 changes: 1 addition & 1 deletion demo/dialog-basic-demos.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ <h3>Simple Dialog</h3>
</template>
</vaadin-demo-snippet>

<h3>Dialog with custom styling of the content</h3>
<h3>Styling the Content</h3>
<vaadin-demo-snippet id="dialog-basic-demos-styled-dialog">
<template preserve-content>
<style>
Expand Down

0 comments on commit fb313f7

Please sign in to comment.