aboutsummaryrefslogtreecommitdiffstats
path: root/twittperator.js
diff options
context:
space:
mode:
authoranekos2010-08-08 05:42:52 +0000
committeranekos2010-08-08 05:42:52 +0000
commit38d99ade8a74ac4d885c4e8224ca5abbb3185e59 (patch)
tree50fa584c7af2941aa3022abbe67f371eabf203c5 /twittperator.js
parent73faea4693875f2b007c95e4521af06d5895a65a (diff)
downloadvimperator-plugins-38d99ade8a74ac4d885c4e8224ca5abbb3185e59.tar.bz2
css まつがい修正
git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@38221 d0d07461-0603-4401-acd4-de1884942a52
Diffstat (limited to 'twittperator.js')
-rwxr-xr-xtwittperator.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/twittperator.js b/twittperator.js
index 8689caf..1243f25 100755
--- a/twittperator.js
+++ b/twittperator.js
@@ -28,7 +28,7 @@ let PLUGIN_INFO =
<name>twittperator</name>
<description>Twitter Client using ChirpStream</description>
<description lang="ja">OAuth対応Twitterクライアント</description>
- <version>1.0.3</version>
+ <version>1.0.4</version>
<minVersion>2.3</minVersion>
<maxVersion>2.4</maxVersion>
<author mail="teramako@gmail.com" homepage="http://d.hatena.ne.jp/teramako/">teramako</author>
@@ -1323,7 +1323,7 @@ let PLUGIN_INFO =
.twitter.entry-content { white-space: normal !important; }
.twitter.entry-content a { text-decoration: none; }
.twitter.entry-content.rt:before { content: "RT "; color: silver; }
- img.twitter.photo { border; 0px; width: 16px; height: 16px; vertical-align: baseline; margin: 1px; }
+ img.twitter.photo { border: 0px; width: 16px; height: 16px; vertical-align: baseline; margin: 1px; }
]]></style>.toSource()
.replace(/(?:\r\n|[\r\n])[ \t]*/g, " ") +
s.reduce(function(table, status) {