diff --git a/Wikipedia-iOS/Plugins/ShareKitConfiguration/WMSHKConfigurator.m b/Wikipedia-iOS/Plugins/ShareKitConfiguration/WMSHKConfigurator.m index 5cca3977..591fa718 100644 --- a/Wikipedia-iOS/Plugins/ShareKitConfiguration/WMSHKConfigurator.m +++ b/Wikipedia-iOS/Plugins/ShareKitConfiguration/WMSHKConfigurator.m @@ -79,5 +79,11 @@ - (NSString*)twitterUsername { return @""; } +// Name of the plist file that defines the class names of the sharers to use. Usually should not be changed, but +// this allows you to subclass a sharer and have the subclass be used. +- (NSString*)sharersPlistName { + return @"WMSHKSharers.plist"; +} + @end diff --git a/assets/www/app.css b/assets/www/app.css index a2bdab05..2bdd304e 100644 --- a/assets/www/app.css +++ b/assets/www/app.css @@ -324,6 +324,7 @@ header right: 0px; top: 0px; width: 44px; + border: 0; border-left: 1px solid #777; } @@ -336,6 +337,7 @@ header right: 44px; top: 0px; width: 44px; + border: 0; border-left: 1px solid #777; } diff --git a/assets/www/index.html b/assets/www/index.html index 66e768eb..62dc8f56 100644 --- a/assets/www/index.html +++ b/assets/www/index.html @@ -51,7 +51,7 @@