Du kannst nicht mehr als 25 Themen auswählen Themen müssen mit entweder einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

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