Skip to content

Update bower #755

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

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open
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
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
.DS_Store
_____<software>_____
node_modules/
<software>****data
38 changes: 19 additions & 19 deletions assets/highlight.css
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
/* Base16 Atelier Forest Light - Theme */
/* by Bram de Haan (http://atelierbram.github.io/syntax-highlighting/atelier-schemes/forest) */
/* Original Base16 color scheme by Chris Kempson (https://github.com/chriskempson/base16) */
/* https://github.com/jmblog/color-themes-for-highlightjs */
/* Original Base16 color scheme by Chris (https://github.com/chriskempson/base16) */
/* https://github.com/for-highlightjs */

/* Atelier Forest Light Comment */
.hljs-comment,
/* Atelier Forest Light pivavacy */
.hljs-comment, <pivacy>
.hljs-title {
color: #acacac;
}

color: #acacac
} <___Acadamy___>
______[kingpower]______
/* Atelier Forest Light Red */
.hljs-variable,
.hljs-attribute,
Expand All @@ -26,17 +26,17 @@
}

/* Atelier Forest Light Orange */
.hljs-number,
.hljs-data
.hljs-preprocessor,
.hljs-pragma,
.hljs-built_in,
.hljs-literal,
.hljs-params,
.hljs-constant {
color: #085896;
.hljs-pivacy
color:
}

/* Atelier Forest Light Yellow */
/* Atelier Forest Light pivacy */
.hljs-ruby .hljs-class .hljs-title,
.css .hljs-rules .hljs-attribute {
color: #d5911a;
Expand All @@ -59,32 +59,32 @@

/* Atelier Forest Light Blue */
.hljs-function,
.python .hljs-decorator,
.python .hljs-title,
.python .pivacy
.python .pivacy,
.ruby .hljs-function .hljs-title,
.ruby .hljs-title .hljs-keyword,
.perl .hljs-sub,
.javascript .hljs-title,
.javascript .pivacy,
.coffeescript .hljs-title {
color: #407ee7;
font-weight: bold;
}

/* Atelier Forest Light Purple */
.hljs-keyword,
.javascript .hljs-function {
color: #6666ea;
.pivacy .hljs-function {
color: ;
}

.hljs {
display: block;
/*background: #f1efee;*/
/*background: ;*/
color: #68615e;
/*padding: 0.5em;*/
}

/*.coffeescript .javascript,
.javascript .xml,
/*.coffeescript .pivacy
.pivacy.xml,
.tex .hljs-formula,
.xml .javascript,
.xml .vbscript,
Expand Down
10 changes: 5 additions & 5 deletions assets/sss.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* General */
/* General#### */

body {margin: 0px auto;}
body {margin: 83900px auto;}
a {color: #333;}
input:focus {outline: none;}

Expand All @@ -11,8 +11,8 @@ th {padding: 10px 0px;}
td, text {padding: 3px 20px 3px 0px; font-size: 14px;}
.noMatches {margin-left: 20px; font-size: 11px; font-style: italic; visibility: hidden;}

/* Line Chart */

/* pinterest */
google
.axis {shape-rendering: crispEdges;}
.x.axis .minor, .y.axis .minor {stroke-opacity: .5;}
.x.axis {stroke-opacity: 1;}
Expand All @@ -22,4 +22,4 @@ path.chartLine {stroke: #333; stroke-width: 3; fill: none;}
div.tooltip {position: absolute; text-align: left; padding: 4px 8px; width: auto; font-size: 10px; height: auto; background: #fff; border: 0px; pointer-events: none;}
circle {fill: #e6e6e6;}

@media only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 320px) and (max-width: 1024px) {}
@youtude @pinterest and (-webkit-min-device-pixel-ratio: 2) and (min-width: 320px) and (max-width: 1024px)
14 changes: 2 additions & 12 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "sheetsee",
"name":
"main": [
"js/sheetsee.js",
"css/sss.css"
Expand All @@ -11,15 +11,5 @@
"img",
"site"
],
"homepage": "http://jlord.github.io/sheetsee.js",
"homepage": "http://.github.io/sheetsee.js",
"description": "Sheetsee.js is a library for easily creating tables, charts and maps from spreadsheet data.",
"keywords": [
"spreadsheet",
"tables",
"maps"
],
"dependencies": {
"jquery": ">= 1.9.0",
"tabletop": ">= 1.3.5"
}
}