Hallo
I use in Edenite Template…but the fontsize is to big for me???
How can i change the font size…?
In template.css i found the font-size with 10px…take a looh, but ive i change from 10 to 8px the font is not smaller! Why?
[PHP]/* Tooltips */
.tool-tip {
background: #FFFFFF;
border: 1px solid #CCCCCC;
float: left;
max-width: 200px;
padding: 5px;
z-index: 999;
color: #333333;
}
.tool-title {
background: url(../../system/images/selector-arrow.png) no-repeat;
font-size: 90&;
font-weight: normal;
margin: 0;
margin-top: -15px;
padding: 0;
padding-bottom: 5px;
padding-top: 15px;
}
.tool-text {
font-size: 10px;
font-weight: normal;
margin: 0;
}
#system-message dd.message ul,
#system-message dd.error ul,
#system-message dd.notice ul {
margin: 0;
padding: 0;
}
#system-message dd.message ul li,
#system-message dd.error ul li,
#system-message dd.notice ul li {
background: none;
color: #FFFFFF;
margin: 0;
padding: 5px;
}[/PHP]