Skip to content

Commit 7675a88

Browse files
committed
added twitter button and deployed
1 parent d430002 commit 7675a88

File tree

3 files changed

+5
-7
lines changed

3 files changed

+5
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cssarrowplease",
3-
"version": "0.2.1-6",
3+
"version": "0.2.1-9",
44
"author": {
55
"name": "Simon Højberg",
66
"email": "r.hackr@gmail.com"

public/css/app.css

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,8 @@ input { border: 1px solid #777; box-shadow: inset 0 1px
2121
background: radial-gradient(center, ellipse cover, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 70%);
2222
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80ffffff', endColorstr='#00ffffff',GradientType=1 );
2323
}
24-
#footer { text-align: center; padding-top: 10px; font-size: 13px; color: rgba(255, 255, 255, 0.5); text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
25-
border-top: 1px solid rgba(0, 0, 0, 0.15);
26-
box-shadow: inset 0 1px 1px 0 rgba(255, 255, 255, 0.2);
27-
}
24+
#footer { text-align: center; padding-top: 10px; font-size: 13px; color: rgba(255, 255, 255, 0.5); text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); border-top: 1px solid rgba(0, 0, 0, 0.15); box-shadow: inset 0 1px 1px 0 rgba(255, 255, 255, 0.2); vertical-align: top; }
25+
#footer a { vertical-align: top; }
2826
.clr { overflow: hidden; }
2927

3028
.preview_and_configuration { float: left; width: 395px; }

public/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,11 +67,11 @@ <h2>Arrow configuration</h2>
6767
&middot;
6868
Checkout the source on <a href='https://github.com/hojberg/cssarrowplease'>github</a>
6969
&middot;
70-
<a href="https://twitter.com/share" class="twitter-share-button" data-text="Simple way to create CSS arrows for tooltips and the like" data-via="shojberg">Tweet</a>
71-
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
70+
<a href="https://twitter.com/share" class="twitter-share-button" data-url="http://cssarrowplease.com" data-text="Simple way to create CSS arrows for tooltips and the like" data-via="shojberg">Tweet</a>
7271
</footer>
7372

7473
<script src='https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js'></script>
74+
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
7575
<script type="text/javascript" src="js/vendor/jscolor/jscolor.js"></script>
7676
<link rel="stylesheet" type="text/css" href="js/vendor/jscolor/jscolor.css">
7777

0 commit comments

Comments
 (0)