diff --git a/index.html b/index.html index ea509359dec094..b7a85eaaba2dfd 100644 --- a/index.html +++ b/index.html @@ -87,6 +87,6 @@

1.0 Is The Loneliest Number

- + diff --git a/shared/index.css b/shared/index.css index b807bb87ef24c2..e8284a6d4e1d84 100644 --- a/shared/index.css +++ b/shared/index.css @@ -7,22 +7,6 @@ body { margin: 1em; } -a { - color: inherit; -} - -nav { - font-size: 16px; -} - -nav:target { - display: none; -} - -nav li.is-active { - font-weight: bold; -} - #editor { background: #fff; margin: 5em auto; @@ -31,6 +15,10 @@ nav li.is-active { width: 37.5em; } +#editor a { + color: inherit; +} + #editor iframe { max-width: 100%; border: 0; diff --git a/navigation.js b/shared/navigation.js similarity index 93% rename from navigation.js rename to shared/navigation.js index 6fd8cb2e47d02d..86877fc052d684 100644 --- a/navigation.js +++ b/shared/navigation.js @@ -8,7 +8,8 @@ */ PROTOTYPES = { '/': 'UI Prototype', - '/tinymce-per-block/': 'TinyMCE per block prototype' + '/tinymce-per-block/': 'TinyMCE per block prototype', + '/tinymce-single/': 'Single TinyMCE instance prototype' }; // Generate Navigation DOM diff --git a/tinymce-per-block/index.html b/tinymce-per-block/index.html index c9ac580f72984a..0cb14c8664424d 100644 --- a/tinymce-per-block/index.html +++ b/tinymce-per-block/index.html @@ -15,6 +15,6 @@ - + diff --git a/tinymce-single/index.html b/tinymce-single/index.html index e6a33a4d91a06a..2ffca8682ef72b 100644 --- a/tinymce-single/index.html +++ b/tinymce-single/index.html @@ -7,14 +7,6 @@ - -

1.0 Is The Loneliest Number

@@ -27,6 +19,7 @@

1.0 Is The Loneliest Number

I like Apple for the opposite reason: they’re not afraid of getting a rudimentary 1.0 out into the world.

+