QGIS/doc/qgisdoc.css
Tim Sutton 5193f60d2a Revert "Merge branch 'master' of github.com:qgis/Quantum-GIS into qgis-master"
This reverts commit 78ce3cdc84b79dbec5d227db9ee14af6edf9af66, reversing
changes made to 2414a3abbc97483a5355c262a96c4fc353566bcb.
2011-11-30 15:25:43 +02:00

41 lines
641 B
CSS

body{
font-family: trebuchet,arial,helvetica,sans;
font-size: 11pt;
}
.normal{
font-size: 11pt;
}
.warning{
font-family: trebuchet,arial,helvetica,sans;
font-size: 12pt;
font-weight: bold;
color: #800000;
}
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;
}
}
}