File diff 000000000000 → 000000000000
themes/bootstrap2/static/css/tagcloud.css
Show inline comments
 
new file 100644
 
ul.tagcloud {
 
  list-style: none;
 
    padding: 0;
 
}
 

	
 
ul.tagcloud li {
 
    display: inline-block;
 
}
 

	
 
li.tag-1 {
 
    font-size: 150%;
 
}
 

	
 
li.tag-2 {
 
    font-size: 120%;
 
}
 

	
 
li.tag-3 {
 
    font-size: 120%;
 
}
 

	
 
li.tag-4 {
 
    font-size: 120%;
 
}
 

	
 
/* ... add li.tag-3 etc, as much as needed */
 

	
 
ul.tagcloud .list-group-item span.badge {
 
    background-color: grey;
 
    color: white;
 
}