From a02388b90017def4c7f5ea2139e1d3302ba25132 Mon Sep 17 00:00:00 2001 From: Ariel Constenla-Haile Date: Sun, 24 Mar 2013 12:21:43 +0000 Subject: Fix css.ucb.Content documentation Make it more readable by adding a table (cherry picked from commit e7b7b284aca5f3936ab1a5902652af41ea849093) Conflicts: offapi/com/sun/star/ucb/Content.idl Change-Id: I31d3fc46993cad81d57ba15f77b8fbc797e4c541 --- odk/docs/common/ref/idl.css | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'odk/docs') diff --git a/odk/docs/common/ref/idl.css b/odk/docs/common/ref/idl.css index b9c89a22127c..0fde8562ced8 100644 --- a/odk/docs/common/ref/idl.css +++ b/odk/docs/common/ref/idl.css @@ -126,6 +126,19 @@ body { background-color:#ffffff; } #adc-idlref .expl-table td, #adc-idlref .param-table td { border: none; } +#adc-idlref .devdoc td { + border-width: 1px; + padding: 5px; + border-style: inset; + border-color: gray; + background-color: white; } + +#adc-idlref .devdoc th { + border-width: 1px; + padding: 5px; + border-style: inset; + border-color: gray; + background-color: white; } /* Explanation of CSS classes: -- cgit