github.com/lenfree/buffalo@v0.7.3-0.20170207163156-891616ea4064/examples/html-crud/assets/application.css (about)

     1  body {
     2    font-family: helvetica;
     3  }
     4  
     5  table {
     6    width: 100%;
     7  }
     8  
     9  th {
    10    text-align: left;
    11  }
    12  
    13  .errors {
    14    background-color: #f7bec3;
    15    border: 1px solid #eb6371;
    16  }