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.
|
- * {
- border: 0;
- padding: 0;
- margin: 0;
- }
- #header {
- color: #333;
- border-left: 1px;
- border-right: 2px;
- }
- #footer {
- color: #333;
- }
- #content {
- -webkit-border-radius: 10px;
- -moz-border-radius: 10px;
- border-radius: 10px;
- }
|