/hyde/tests/ext/less/expected-site.css
http://github.com/hyde/hyde · CSS · 18 lines · 18 code · 0 blank · 0 comment · 0 complexity · 6a1c0cefff3cb7e89ad008295f0a3221 MD5 · raw file
- * {
- border: 0;
- padding: 0;
- margin: 0;
- }
- #header {
- color: #333333;
- border-left: 1px;
- border-right: 2px;
- }
- #footer {
- color: #333333;
- }
- #content {
- -webkit-border-radius: 10px;
- -moz-border-radius: 10px;
- border-radius: 10px;
- }