##// END OF EJS Templates
Fix documentation header...
Miikka Heikkinen -
r2589:1d8a6e6f7325
parent child
Show More
1 NO CONTENT: modified file, binary diff hidden
NO CONTENT: modified file, binary diff hidden
@@ -4,6 +4,9 HTML.postheader = \
4 "<div class=\"header\" id=\"qtdocheader\">\n" \
4 "<div class=\"header\" id=\"qtdocheader\">\n" \
5 " <div class=\"content\"> \n" \
5 " <div class=\"content\"> \n" \
6 " <img src=\"images/qcharts.png\" alt=\"qcharts\"/>\n" \
6 " <img src=\"images/qcharts.png\" alt=\"qcharts\"/>\n" \
7 " <p class=\"qtcharts\"> \n" \
8 " <span>Qt Charts</span>\n" \
9 " </p>\n" \
7 " <p class=\"qtref\"> \n" \
10 " <p class=\"qtref\"> \n" \
8 " <span>Reference Documentation</span>\n" \
11 " <span>Reference Documentation</span>\n" \
9 " </p>\n" \
12 " </p>\n" \
@@ -3,7 +3,7 include(macros.qdocconf)
3 include(qchart-html-template.qdocconf)
3 include(qchart-html-template.qdocconf)
4 include(qchart-qch.qdocconf)
4 include(qchart-qch.qdocconf)
5
5
6 project = QtCommercialCharts
6 project = Qt Charts
7 description = Library for creating charts
7 description = Library for creating charts
8
8
9 sourcedirs = ../src \
9 sourcedirs = ../src \
@@ -251,6 +251,15
251 /* end global settings*/
251 /* end global settings*/
252
252
253 /* header elements */
253 /* header elements */
254 .header .qtcharts
255 {
256 color: #00732F;
257 font-weight: bold;
258 font-size: 200%;
259 text-align: center;
260 margin: 10px 0px
261 }
262
254 .header .qtref
263 .header .qtref
255 {
264 {
256 color: #00732F;
265 color: #00732F;
General Comments 0
You need to be logged in to leave comments. Login now