mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-23 00:02:38 -05:00
28 lines
419 B
CSS
28 lines
419 B
CSS
|
span.header{
|
||
|
font-family: trebuchet,arial,helvetica,sans;
|
||
|
font-size: 18pt;
|
||
|
}
|
||
|
span.subheader{
|
||
|
font-family: trebuchet,arial,helvetica,sans;
|
||
|
font-size: 14pt;
|
||
|
font-weight: normal;
|
||
|
}
|
||
|
dt{
|
||
|
font-size: 10pt;
|
||
|
font-weight: bold;
|
||
|
}
|
||
|
ul.small{
|
||
|
font-size: 9pt;
|
||
|
}
|
||
|
h2{
|
||
|
font-size: 14pt;
|
||
|
font-family: trebuchet,arial,helvetica,sans;
|
||
|
font-weight: normal;
|
||
|
}
|
||
|
a.link.bar{
|
||
|
font-size: 9pt;
|
||
|
font-style: italic;
|
||
|
}
|
||
|
}
|
||
|
}
|