From 9687fb9cb2de3f3d324ede3ed7c4b0a8effe1387 Mon Sep 17 00:00:00 2001 From: Matthew Borden Date: Fri, 11 Jul 2014 16:56:31 +1000 Subject: [PATCH] It's working http://www.reactiongifs.com/r/lmsac.gif --- Demo.html | 11 +++++++++-- Makefile | 3 +++ build/Squire-UI.css | 1 + 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/Demo.html b/Demo.html index 8c7afc9..a35ef6d 100644 --- a/Demo.html +++ b/Demo.html @@ -3,12 +3,13 @@ - HTML Editor Test + Squire + @@ -20,7 +21,13 @@

HTML Editor Test

+ +
+
+

Squire

+

The Rich Text Editor the internet needs.

+
+
-
\ No newline at end of file diff --git a/Makefile b/Makefile index 5e5590a..7e29ada 100644 --- a/Makefile +++ b/Makefile @@ -15,6 +15,9 @@ fonts: jQuery: cp -r source/assets/jQuery build +bootstrap: + cp -r source/assets/bootstrap build + build/Squire-UI.html: source/Squire-UI.html mkdir -p $(@D) cp $^ $@ diff --git a/build/Squire-UI.css b/build/Squire-UI.css index 007dea1..777009e 100644 --- a/build/Squire-UI.css +++ b/build/Squire-UI.css @@ -88,6 +88,7 @@ input[type=text] { border-left:none; } .menu { + text-align: center; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none;