custom.css 560 B

12345678910111213141516171819202122
  1. @import url("screen.css"); /* default gitit screen styles */
  2. @import url("hk-pyg.css"); /* for syntax highlighting */
  3. /* Put your custom style modifications here: */
  4. #userbox { text-align: right;
  5. font-weight: bold;
  6. margin: 0em 0em -3.4em 0em;
  7. height: 10.2em;
  8. }
  9. .login { vertical-align: top; }
  10. img.links { float: left;
  11. margin: 5px 5px 5px 0px;
  12. clear: left;
  13. }
  14. img.rechts { float: right;
  15. margin: 5px 5px 5px 0px;
  16. clear: right;
  17. }