From 3aee20d4ab05777eb8aca5a5af80f79f79c64812 Mon Sep 17 00:00:00 2001 From: Jerome Pasion Date: Tue, 4 Dec 2012 17:38:23 +0100 Subject: Doc: Updated CSS style for QML code snippets -padding should be the same as C++ code snippet. Change-Id: Idba44d252f411f70b6957161b83626811c1c69f2 Reviewed-by: Sergio Ahumada --- doc/global/template/style/offline.css | 2 +- doc/global/template/style/online.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/global') diff --git a/doc/global/template/style/offline.css b/doc/global/template/style/offline.css index 748effcee4..f13e8805e4 100644 --- a/doc/global/template/style/offline.css +++ b/doc/global/template/style/offline.css @@ -483,7 +483,7 @@ margin: 10; overflow: hidden; overflow-x: hidden; overflow-y: hidden; -padding: 20px 0 20px 0; +padding: 20px 20px 20px 20px; } .qmldefault{ diff --git a/doc/global/template/style/online.css b/doc/global/template/style/online.css index 21e371b132..8bb66c6330 100644 --- a/doc/global/template/style/online.css +++ b/doc/global/template/style/online.css @@ -540,7 +540,7 @@ margin: 10; overflow: hidden; overflow-x: hidden; overflow-y: hidden; -padding: 20px 0 20px 0; +padding: 20px 20px 20px 20px; } .qmldefault{ -- cgit v1.2.3