diff options
author | Ariel Constenla-Haile <arielch@apache.org> | 2013-03-24 12:21:43 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-05-23 09:33:43 +0100 |
commit | a02388b90017def4c7f5ea2139e1d3302ba25132 (patch) | |
tree | f4edeb793f9d2b928a54d5b4ab8e69ab59ba3de5 /odk/docs | |
parent | 8c9fe92749ff1d10dadb6823204acc549144cdf3 (diff) |
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
Diffstat (limited to 'odk/docs')
-rw-r--r-- | odk/docs/common/ref/idl.css | 13 |
1 files changed, 13 insertions, 0 deletions
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: |