Changeset 727858
- Timestamp:
- 06/18/2013 11:02:15 AM (13 years ago)
- File:
-
- 1 edited
-
reddit-button/trunk/reddit-button.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
reddit-button/trunk/reddit-button.php
r727809 r727858 261 261 262 262 $ret = "\n<style type=\"text/css\">\n<!--\n"; 263 $ret .= ".rb_control { border: 1px solid #ccc }\n";263 $ret .= ".rb_control { border: 1px solid #ccc; width: auto; }\n"; 264 264 $ret .= ".rb_control td { width: 16px; }\n"; 265 $ret .= ".rb_control img { border: 0 !important; margin: 0 !important; padding: 0 !important; }\n";265 $ret .= ".rb_control img { border: 0 !important; margin: 0 !important; padding: 0 !important; box-shadow: none; }\n"; 266 266 $ret .= "-->\n</style>\n"; 267 267 $ret .= '<table class="rb_control" border="0" ><tr>';
Note: See TracChangeset
for help on using the changeset viewer.