/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

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