Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated website #54

Merged
merged 7 commits into from
Aug 28, 2015
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
200 changes: 0 additions & 200 deletions bootstrap-wysiwyg.js

This file was deleted.

26 changes: 26 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"name": "bootstrap-wysiwyg",
"description": "A tiny Bootstrap and jQuery based WYSIWYG rich text editor based on the browser function execCommand.",
"version": "1.0.3-rc",
"keywords": [
"css",
"js",
"responsive",
"front-end",
"web",
"wysiwyg",
"editor"
],
"homepage": "https://github.com/steveathon/bootstrap-wysiwyg",
"private": true,
"ignore": [
".*",
"external/",
"index.css",
"index.html",
"CONTRIBUTING"
],
"dependencies": {
"jquery.hotkeys": "https://github.com/jeresig/jquery.hotkeys.git#master"
}
}
File renamed without changes.
File renamed without changes.
11 changes: 8 additions & 3 deletions index.css → css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,14 @@
* of the key things about the widget is that it allows you to do your own styling!
*/

* {
box-sizing: content-box;
-webkit-box-sizing: content-box;
}

#editor {
max-height: 250px;
height: 250px;
max-height: 100px;
height: 100px;
background-color: white;
border-collapse: separate;
border: 1px solid rgb(204, 204, 204);
Expand Down Expand Up @@ -39,4 +44,4 @@ div[data-role="editor-toolbar"] {

.dropdown-menu a {
cursor: pointer;
}
}
File renamed without changes.
2 changes: 0 additions & 2 deletions external/google-code-prettify/lang-apollo.js

This file was deleted.

3 changes: 0 additions & 3 deletions external/google-code-prettify/lang-basic.js

This file was deleted.

18 changes: 0 additions & 18 deletions external/google-code-prettify/lang-clj.js

This file was deleted.

2 changes: 0 additions & 2 deletions external/google-code-prettify/lang-css.js

This file was deleted.

3 changes: 0 additions & 3 deletions external/google-code-prettify/lang-dart.js

This file was deleted.

2 changes: 0 additions & 2 deletions external/google-code-prettify/lang-erlang.js

This file was deleted.

1 change: 0 additions & 1 deletion external/google-code-prettify/lang-go.js

This file was deleted.

2 changes: 0 additions & 2 deletions external/google-code-prettify/lang-hs.js

This file was deleted.

3 changes: 0 additions & 3 deletions external/google-code-prettify/lang-lisp.js

This file was deleted.

1 change: 0 additions & 1 deletion external/google-code-prettify/lang-llvm.js

This file was deleted.

2 changes: 0 additions & 2 deletions external/google-code-prettify/lang-lua.js

This file was deleted.

Loading