Sha256: 70deb0cb6f6e7d4e091c414b883f494f3c2c90704e527e1163920af3abb7abe7

Contents?: true

Size: 539 Bytes

Versions: 16

Compression:

Stored size: 539 Bytes

Contents

/* This is actually not used since the header formatting of form.css is used!
   That could also happen for results_navigation.css but for now we leave it
   since the UI may change..
*/

body {
  background-color: #fdfdfd;
}

table.header {
  border-collapse: collapse;
  /* With equal left-right margins table will be aligned in the centre */
  margin-left: auto;
  margin-right: auto;
}

td.header {
  font-size: 200%;
  background-color: #f0f0f0;
  padding: 12px;
  border-bottom: 4px solid #909090;
  border-top: 4px solid #909090;
}

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
t2-web-0.2.0 public/t2web/css/results_header.css
t2-web-0.1.9 public/t2web/css/results_header.css
t2-web-0.1.8 public/t2web/css/results_header.css
t2-web-0.1.7 public/t2web/css/results_header.css
t2-web-0.1.6 public/t2web/css/results_header.css
t2-web-0.1.5 public/t2web/css/results_header.css
t2-web-0.1.4 public/t2web/css/results_header.css
t2-web-0.1.3 public/t2web/css/results_header.css
t2-web-0.1.2 public/t2web/css/results_header.css
t2-web-0.1.1 public/css/results_header.css
t2-web-0.1.0 public/css/results_header.css
t2-web-0.0.9 public/css/results_header.css
t2-web-0.0.8 public/css/results_header.css
t2-web-0.0.7 public/css/results_header.css
t2-web-0.0.6 public/css/results_header.css
t2-web-0.0.5 public/css/results_header.css