Commit 7c22e143 authored by Topi Reinio's avatar Topi Reinio Committed by Topi Reiniö
Browse files

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: default avatarMartin Smith <martin.smith@theqtcompany.com>
Reviewed-by: default avatarLeena Miettinen <riitta-leena.miettinen@theqtcompany.com>
Showing with 3 additions and 0 deletions
...@@ -1261,6 +1261,9 @@ table td,table th { ...@@ -1261,6 +1261,9 @@ table td,table th {
table.alignedsummary,table.propsummary { table.alignedsummary,table.propsummary {
width:initial width:initial
} }
table.valuelist td.tblval {
font-size:0.75em
}
div.main_index .row { div.main_index .row {
border-bottom:1px solid #eee border-bottom:1px solid #eee
} }
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment