github.com/kula/etcd@v0.2.1-0.20131226070625-e96234382ac0/mod/dashboard/app/styles/main.css (about)

     1  body {
     2      background: #fafafa;
     3      font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
     4      color: #333;
     5  }
     6  
     7  .hero-unit {
     8      margin: 50px auto 0 auto;
     9      width: 300px;
    10      font-size: 18px;
    11      font-weight: 200;
    12      line-height: 30px;
    13      background-color: #eee;
    14      border-radius: 6px;
    15      padding: 60px;
    16  }
    17  
    18  .hero-unit h1 {
    19      font-size: 60px;
    20      line-height: 1;
    21      letter-spacing: -1px;
    22  }