radiaSVG/radia.css

16 lines
193 B
CSS
Raw Normal View History

2011-06-24 15:45:19 +00:00
#tooltip {
padding: 4px;
border: 1px solid #000;
position: absolute;
display: none;
}
.highlighted {
font-weight: bold;
}
2011-06-26 16:52:47 +00:00
.padmaPosters {
text-align: center;
margin-top: 4px;
}