選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

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. }