mirror of
https://github.com/e107inc/e107.git
synced 2025-01-18 05:09:05 +01:00
11 lines
224 B
CSS
11 lines
224 B
CSS
/*THIS IS THE STYLESHEET FOR LARGE SIZED TEXT SIZE*/
|
|
/*Increase font sizes +2px from original CSS*/
|
|
body, h4, .formfield, .formbutton{
|
|
font-size: 13px;
|
|
}
|
|
h3{
|
|
font-size: 16px;
|
|
}
|
|
#credits, .c_commentinfo{
|
|
font-size: 12px;
|
|
} |