A fork of hyde, the static site generation. Some patches will be pushed upstream.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

19 lines
236 B

  1. * {
  2. border: 0;
  3. padding: 0;
  4. margin: 0;
  5. }
  6. #header {
  7. color: #333;
  8. border-left: 1px;
  9. border-right: 2px;
  10. }
  11. #footer {
  12. color: #333;
  13. }
  14. #content {
  15. -webkit-border-radius: 10px;
  16. -moz-border-radius: 10px;
  17. border-radius: 10px;
  18. }