mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-27 00:33:48 -05:00
10 lines
492 B
CSS
10 lines
492 B
CSS
h1 { color: darkblue; font-size: 1.4em;}
|
|
h2 { color: darkblue; font-size: 1.2em; }
|
|
table { border: 1px solid darkblue; margin: 20px}
|
|
div.author { font-style: italic; font-size: small; }
|
|
div.description { text-indent:50px; text-align:justify; margin: 20px; }
|
|
dt { font-weight: bold; background-color: lightgrey; border-bottom: 1px solid grey; }
|
|
dd { font-style: normal; float: center; }
|
|
div.type { font-weight: normal; font-style: italic; float: right;}
|
|
div.constraints{ font-style: italic; }
|