diff --git a/examples/basic/app.css b/examples/basic/app.css index 0815fd74..0e7ed815 100644 --- a/examples/basic/app.css +++ b/examples/basic/app.css @@ -1,9 +1,3 @@ -body { - font-family: "Helvetica Neue", Arial; - font-weight: 200; - background: #ccc; -} - .ReactModal__Overlay { -webkit-perspective: 600; perspective: 600; @@ -32,4 +26,3 @@ body { -webkit-transform: scale(0.5) rotateX(30deg); transition: all 150ms ease-in; } - diff --git a/examples/basic/index.html b/examples/basic/index.html index aa7dff83..c92886d1 100644 --- a/examples/basic/index.html +++ b/examples/basic/index.html @@ -1,8 +1,14 @@ Basic Example - + + -
- - +
+

react-modal

+

an accessible React modal dialog component

+
+
+ Fork me on GitHub + + diff --git a/examples/bootstrap/app.css b/examples/bootstrap/app.css index 8ac90f5c..e2788e8c 100644 --- a/examples/bootstrap/app.css +++ b/examples/bootstrap/app.css @@ -1,9 +1,3 @@ -body { - font-family: "Helvetica Neue", Arial; - font-weight: 200; - background: #ccc; -} - .ReactModal__Overlay { -webkit-perspective: 600; perspective: 600; @@ -39,4 +33,4 @@ body { .ReactModal__Content.modal-dialog { border: none; background-color: transparent; -} \ No newline at end of file +} diff --git a/examples/bootstrap/index.html b/examples/bootstrap/index.html index bc1094c1..c25e2eb8 100644 --- a/examples/bootstrap/index.html +++ b/examples/bootstrap/index.html @@ -2,8 +2,14 @@ Bootstrap-Style Example - + + -
- - +
+

react-modal

+

an accessible React modal dialog component

+
+
+ Fork me on GitHub + + diff --git a/examples/index.html b/examples/index.html index d2785748..eb1ab477 100644 --- a/examples/index.html +++ b/examples/index.html @@ -1,8 +1,14 @@ Basic Example - + + -
+
+

react-modal

+

an accessible React modal dialog component

+
+
+ Fork me on GitHub