You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

stylesheet-local.css 669B

1234567891011121314
  1. /***********************************************************************/
  2. /* Custom Vaadin API JavaDoc style definitions */
  3. /* */
  4. /* This stylesheet is appended to the generated JavaDoc stylesheet.css */
  5. /***********************************************************************/
  6. /* As Eclipse forces a newline before the ending </pre> tag, we need
  7. to compensate for the extra line. This requires that the 'code'
  8. style class is inserted into the source files as JavaDoc does
  9. not add any particular style in the generated files. */
  10. pre.code {
  11. margin-bottom: -1.5em;
  12. }