custom.css 299 B

12345678910
  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; font-weight: bold;
  5. margin: 0em 0em -3.4em 0em;
  6. height: 10.2em;
  7. }