summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorTopi Reinio <topi.reinio@theqtcompany.com>2015-11-19 15:01:56 +0100
committerTopi Reiniƶ <topi.reinio@theqtcompany.com>2015-11-23 14:15:24 +0000
commit7c22e14300746b6dc7b738d8a2cd0a7d60136e35 (patch)
tree2030f2d9bb295c6c8049d111325a50d6d34cb48c /doc
parent5dbef0b7d2fbf35bb6b8c43e831ce48df84a4d86 (diff)
Doc: Online style: Decrease font size of enum tables' Value column
A table in enum doc may have long literal strings defined as enum values - they take up space from the Description column, and often force a scrollbar to appear, making the entire table difficult to read. Alleviate this by reducing the font size for the text in Value column. Change-Id: I18495a4f506851f9eff2cd94f5cdfcb03096c698 Task-number: QTWEBSITE-658 Reviewed-by: Martin Smith <martin.smith@theqtcompany.com> Reviewed-by: Leena Miettinen <riitta-leena.miettinen@theqtcompany.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/global/template/style/online.css3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/global/template/style/online.css b/doc/global/template/style/online.css
index cfd0da0f4b..a98382e083 100644
--- a/doc/global/template/style/online.css
+++ b/doc/global/template/style/online.css
@@ -1261,6 +1261,9 @@ table td,table th {
table.alignedsummary,table.propsummary {
width:initial
}
+table.valuelist td.tblval {
+ font-size:0.75em
+}
div.main_index .row {
border-bottom:1px solid #eee
}