site.css 377 B

12345678910111213141516
  1. @import url("cloud.css");
  2. @import url("http://fonts.googleapis.com/css?family=Comfortaa");
  3. .pagure-logo span {
  4. background: url("pagure.png") no-repeat scroll 50% 0 transparent;
  5. display: block;
  6. width: 134px;
  7. height: 64px;
  8. margin-bottom: 10px;
  9. }
  10. h1.pagure-logo {
  11. font-family: 'Comfortaa', sans-serif;
  12. margin-top: -10px;
  13. margin-bottom: 12px;
  14. }