diff options
Diffstat (limited to 'mod')
| -rw-r--r-- | mod/twitter/views/default/twitter/css.php | 5 | 
1 files changed, 4 insertions, 1 deletions
| diff --git a/mod/twitter/views/default/twitter/css.php b/mod/twitter/views/default/twitter/css.php index ffabdf98c..cb58e8fb1 100644 --- a/mod/twitter/views/default/twitter/css.php +++ b/mod/twitter/views/default/twitter/css.php @@ -14,13 +14,16 @@  	padding:0;  }  #twitter_widget li { -	background: url(<?php echo elgg_get_site_url(); ?>mod/twitter/graphics/thewire_speech_bubble.gif) no-repeat right bottom;  	list-style-image:none;  	list-style-position:outside;  	list-style-type:none;  	margin:0 0 5px 0;  	padding:0;  	overflow-x: hidden; +	border: 2px solid #dedede; +	-webkit-border-radius: 8px; +	-moz-border-radius: 8px; +	border-radius: 8px;  }  #twitter_widget li span {  	color:#666666; | 
