From 7c22e14300746b6dc7b738d8a2cd0a7d60136e35 Mon Sep 17 00:00:00 2001 From: Topi Reinio Date: Thu, 19 Nov 2015 15:01:56 +0100 Subject: 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 Reviewed-by: Leena Miettinen --- doc/global/template/style/online.css | 3 +++ 1 file changed, 3 insertions(+) (limited to 'doc/global/template') 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 } -- cgit v1.2.3