1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-07-08 09:24:25 +03:00
ifhub.club/templates/skin/new/css/piechart.css
Mzhelskiy Maxim 069279c0e0 fix style
2009-01-19 21:18:55 +00:00

22 lines
325 B
CSS

.pieChartContainer {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 16px;
padding:20px 0 0 15px;
}
.pieChartWrapper {
float: left;
position: relative;
padding-right: 12px;
}
.pieChartWrapper img {
position: absolute;
top: 0;
left: 0;
}
.clear {
clear: both;
}