Sha256: 12eb3ca0cf844d797157ed48b4298b99bb466512e7813e63f4fff9b5287ccfba

Contents?: true

Size: 1010 Bytes

Versions: 4

Compression:

Stored size: 1010 Bytes

Contents

#main table a {
	color: #000;
	text-decoration: none;
}

#main table a:hover {
	color: #000;
	text-decoration: underline;
}

#main table th {
	font-weight: bold;
}

/* Sticky footer styles
      -------------------------------------------------- */

  html,
  body {
    height: 100%;
    /* The html and body elements cannot have any padding or margin. */
  }

  /* Wrapper for page content to push down footer */
  #wrap {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    /* Negative indent footer by it's height */
    margin: 0 auto -60px;
  }

  /* Set the fixed height of the footer here */
  #push,
  #footer {
    height: 60px;
  }
  #footer {
    background-color: #f5f5f5;
  }

  /* Lastly, apply responsive CSS fixes as necessary */
  @media (max-width: 767px) {
    #footer {
      margin-left: -20px;
      margin-right: -20px;
      padding-left: 20px;
      padding-right: 20px;
    }
  }

  .container .credit {
    margin: 20px 0;
  }

  code {
    font-size: 80%;
  }

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
better_delayed_job_web-1.3.5 lib/better_delayed_job_web/application/public/stylesheets/style.css
better_delayed_job_web-1.3.3 lib/delayed_job_web/application/public/stylesheets/style.css
better_delayed_job_web-1.3.2 lib/delayed_job_web/application/public/stylesheets/style.css
better_delayed_job_web-1.3.1 lib/delayed_job_web/application/public/stylesheets/style.css