Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

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