Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

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