Visit about:config
Create a New Boolean and set to TRUE
browser.helperApps.deleteTempFileOnExit
img.tptn_thumb { | |
width:65px !important; | |
height:65px !important; | |
display:block; | |
float:left; | |
clear:left; | |
margin-right:10px !important; | |
padding:3px !important; | |
border:1px #CCCCCC solid; | |
} |
img.crp_thumb { | |
width:65px !important; | |
height:65px !important; | |
display:block; | |
float:left; | |
clear:left; | |
margin-right:10px !important; | |
padding:3px !important; | |
border:1px #CCCCCC solid; | |
} |
#crp_related ul { | |
list-style:none; | |
float:left; | |
margin:0; | |
} | |
#crp_related li,#crp_related a { | |
float:left; | |
overflow:hidden; | |
position:relative; |
.crp_related ul { | |
list-style: none; | |
float: left; | |
margin: 0; | |
} | |
.crp_related li, .crp_related a { | |
float: left; | |
overflow: hidden; | |
position: relative; |
.tptn_posts ul, .tptn_posts_daily ul { | |
list-style: none; | |
float: left; | |
margin: 0; | |
} | |
.tptn_posts li, .tptn_posts a, .tptn_posts_daily li, .tptn_posts_daily a { | |
float: left; | |
overflow: hidden; | |
position: relative; | |
text-align: center; |
.crp_related ul { | |
list-style: none; | |
float: left; | |
margin: 0; | |
} | |
.crp_related li, .crp_related a { | |
float: left; | |
overflow: hidden; | |
position: relative; |
<?php if function_exists( 'get_bsearch_heatmap' ) { | |
$args = array( | |
'daily' => FALSE, | |
'smallest' => '10', // Heatmap - Smallest Font Size | |
'largest' => '20', // Heatmap - Largest Font Size | |
'unit' => 'pt', // Heatmap - We'll use pt for font size | |
'cold' => 'ccc', // Heatmap - cold searches | |
'hot' => '000', // Heatmap - hot searches | |
'before' => '', // Heatmap - Display before each search term | |
'after' => ' ', // Heatmap - Display after each search term |
.crp_related { | |
padding: 0; | |
} | |
.crp_related ul { | |
-webkit-column-gap: 10px; | |
-webkit-column-fill: auto; | |
-moz-column-gap: 10px; | |
-moz-column-fill: auto; | |
column-gap: 15px; |
svn log -r 1:HEAD --limit 1 http://plugins.svn.wordpress.org/top-10 | |
svn2git http://plugins.svn.wordpress.org/top-10 --revision 65307 --verbose --no-minimize-url | |
svn rm $( svn status | sed -e '/^!/!d' -e 's/^!//' ) | |
svn add --force * --auto-props --parents --depth infinity -q | |
Visit about:config
Create a New Boolean and set to TRUE
browser.helperApps.deleteTempFileOnExit