diff --git a/docs/index.html b/docs/index.html index 5e7866d..e6bfeaa 100644 --- a/docs/index.html +++ b/docs/index.html @@ -670,7 +670,7 @@

-
+
A Complete Window
@@ -682,7 +682,7 @@
Show code -
<div class="window" style="width: 350px">
+      
<div class="window" style="width: 300px">
   <div class="title-bar">
     <div class="title-bar-text">A Complete Window</div>
     <div class="title-bar-controls">
@@ -701,7 +701,7 @@
         

-
+
A Window With Stuff In It
@@ -716,7 +716,7 @@
Show code -
<div class="window" style="width: 350px">
+      
<div class="window" style="width: 300px">
   <div class="title-bar">
     <div class="title-bar-text">A Window With Stuff In It</div>
     <div class="title-bar-controls">
diff --git a/docs/index.html.ejs b/docs/index.html.ejs
index f099e77..4746548 100644
--- a/docs/index.html.ejs
+++ b/docs/index.html.ejs
@@ -497,7 +497,7 @@
         

<%- example(` -
+
A Complete Window
@@ -515,7 +515,7 @@

<%- example(` -
+
A Window With Stuff In It