custom.css 422 B

12345678910111213141516171819
  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 {
  11. float: right;
  12. margin: 5px 5px 5px 0px;
  13. clear: right;
  14. }