<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -9,12 +9,18 @@
 	&lt;tr valign=&quot;top&quot;&gt;
 		&lt;th&gt;&lt;label for=&quot;diggbarred_message&quot;&gt;Your Message: &lt;/label&gt;&lt;/th&gt;
 		&lt;td&gt;
-			&lt;input name=&quot;diggbarred_message&quot; id=&quot;diggbarred_message&quot; type=&quot;text&quot; value=&quot;&lt;?php echo get_option('diggbarred_message'); ?&gt;&quot; class=&quot;regular-text&quot; /&gt;
+			&lt;textarea name=&quot;diggbarred_message&quot; rows=&quot;5&quot; cols=&quot;50&quot; id=&quot;diggbarred_message&quot; type=&quot;text&quot;&gt;&lt;?php echo get_option('diggbarred_message'); ?&gt;&lt;/textarea&gt;
+		&lt;/td&gt;
+	&lt;/tr&gt;
+	&lt;tr valign=&quot;top&quot;&gt;
+		&lt;th&gt;&lt;label for=&quot;diggbarred_style&quot;&gt;Message Style: &lt;/label&gt;&lt;p style=&quot;font-size:10px; color: #666;&quot;&gt;This will be applied to the &amp;lt;div&amp;gt; element that contains your message.&lt;/p&gt;&lt;/th&gt;
+		&lt;td&gt;
+			&lt;textarea name=&quot;diggbarred_style&quot; id=&quot;diggbarred_style&quot; rows=&quot;5&quot; cols=&quot;50&quot; type=&quot;text&quot;&gt;&lt;?php echo get_option('diggbarred_style'); ?&gt;&lt;/textarea&gt;
 		&lt;/td&gt;
 	&lt;/tr&gt;
 &lt;/table&gt;
 &lt;input type=&quot;hidden&quot; name=&quot;action&quot; value=&quot;update&quot; /&gt;
-&lt;input type=&quot;hidden&quot; name=&quot;page_options&quot; value=&quot;diggbarred_message&quot; /&gt;
+&lt;input type=&quot;hidden&quot; name=&quot;page_options&quot; value=&quot;diggbarred_message, diggbarred_style&quot; /&gt;
 &lt;p class=&quot;submit&quot;&gt;
 	&lt;input type=&quot;submit&quot; name=&quot;submit&quot; class=&quot;button-primary&quot; value=&quot;Save Changes&quot; /&gt;
 &lt;/p&gt;</diff>
      <filename>diggbarred-options.php</filename>
    </modified>
    <modified>
      <diff>@@ -3,14 +3,15 @@
 Plugin Name: Diggbarred
 Author: Phil Nelson
 Author URI: http://extrafuture.com/
-Version: 1.02
+Version: 1.5
 Description: Blocks all traffic from Digg from viewing your content, replacing it with a message to users. Idea and DiggBar code taken entirely from http://daringfireball.net/2009/04/how_to_block_the_diggbar
 Plugin URI: http://extrafuture.com/projects/diggbarred
 
 */
 
-add_option(&quot;diggbarred_version&quot;, &quot;1.02&quot;);
+add_option(&quot;diggbarred_version&quot;, &quot;1.5&quot;);
 add_option(&quot;diggbarred_message&quot;, 'Dear Digg, Go fuck yourself.');
+add_option(&quot;diggbarred_style&quot;,&quot;width: 30%; line-height: 17px; text-align: justify; margin: 20% auto 0 auto; font-family: verdana, sans-serif; font-size: 13px;&quot;);
 
 add_action('init', 'diggbarred_do_the_shit');
 
@@ -19,7 +20,7 @@ function diggbarred_do_the_shit()
 	
 	if(preg_match('#http://digg.com/\w{1,8}/*(\?.*)?$#', $_SERVER['HTTP_REFERER'])) 
 	{
-	    echo '&lt;div style=&quot;text-align: center; margin: 20% auto 0 auto; font-family: verdana, sans-serif; font-size: 13px;&quot;&gt;&lt;p&gt;' . get_option('diggbarred_message') . '&lt;/p&gt;&lt;/div&gt;';
+	    echo '&lt;div style=&quot;'.get_option('diggbarred_style').'&quot;&gt;&lt;p&gt;' . get_option('diggbarred_message') . '&lt;/p&gt;&lt;/div&gt;';
 	    exit;
 	}
 	</diff>
      <filename>diggbarred.php</filename>
    </modified>
  </modified>
  <removed type="array">
    <removed>
      <filename>README</filename>
    </removed>
  </removed>
  <parents type="array">
    <parent>
      <id>4a3bde4615b03f5b89b21ee698246e8b1493af5e</id>
    </parent>
  </parents>
  <author>
    <name>Christian Nelson</name>
    <email>zero@zerolives.org</email>
  </author>
  <url>http://github.com/philnelson/diggbarred/commit/a4efc86aa66109a64c1c1e28ed7a4fcdadefff76</url>
  <id>a4efc86aa66109a64c1c1e28ed7a4fcdadefff76</id>
  <committed-date>2009-04-10T13:23:24-07:00</committed-date>
  <authored-date>2009-04-10T13:23:24-07:00</authored-date>
  <message>1.5 Release, README.txt for Wordpress.org</message>
  <tree>b22ff46bfdddca926f22893d66d9c6b0067a00ba</tree>
  <committer>
    <name>Christian Nelson</name>
    <email>zero@zerolives.org</email>
  </committer>
</commit>
