Sha256: 9a6018058fc47472daccea96d08301551bf14e5847ebfa3d8e6b11a2b694ae65

Contents?: true

Size: 368 Bytes

Versions: 2

Compression:

Stored size: 368 Bytes

Contents

%table.table
  %tbody
    %tr
      %td
        .error= @msg
:css
  body {
    background: #fefefe;
    font-family: sans-serif;
  }
  .table {
    width: 1024px;
    margin: 0 auto;
  }
  .table td, .table th {
    padding: 12px;
    font-weight: 200;
    text-align: center;
  }
  .table th {
    font-size: 2em;
    padding: 20px;
  }
  .error {
    color: red
  }

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
hcheck-0.1.1 lib/hcheck/application/views/error.haml
hcheck-0.1.0 lib/hcheck/application/views/error.haml