Login   Register  
Icontem

File: src/plugins/treemap/jquery.tk.treemap.css

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Jonathan Gotti  >  jQuery Toolkit  >  src/plugins/treemap/jquery.tk.treemap.css  >  Download  
File: src/plugins/treemap/jquery.tk.treemap.css
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: jQuery Toolkit
Create widgets reading options from CSS classes
Author: By
Last change:
Date: 2014-02-03 15:25
Size: 188 bytes
 

Contents

Class file image Download
.tk-treemap{
	display:block;
	padding:0;
	font-size:12px;
}
.tk-treemap-node{
	position: absolute;
	top:0;
	left:0;
	overflow: hidden;
	background:#888;
	color:#fff;
	text-align: center;
}