custom.css 347 B

123456789101112
  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; }