Sha256: 2ea4ebba38dafb2ebd470fd136ac9c80f57d6a1b39fd4fca3b41d3555823b0da

Contents?: true

Size: 1.77 KB

Versions: 1

Compression:

Stored size: 1.77 KB

Contents

.content-area {
	padding-top: 0px;
}
@media screen and (max-width: 765px) {
    h2 {
        font-size: 24px;
    	margin-top: 0px;
    }
    .container {
    	padding: 0;
    }

    .container>.navbar-collapse {
    	clear: both;
		margin-right: 0px;
		margin-left: 0px;
	}
    div.footer {
		margin-left: -20px;
        margin-right: -20px;
    }

}
@media screen and (min-width: 980px) {
    .content-area {
        padding-top: 50px;
    }
}

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

body {
  margin: 0px;
}

/* Wrapper for page content to push down footer */
#wrap {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  /* Negative indent footer by its height */
  margin: 0 auto -50px;
  /* Pad bottom by footer height */
  padding: 0 0 50px;
}

.navbar-brand {
	padding: 8px 5px;
	font-size: 18px;
	line-height: 20px;
}
.navbar-brand img {
  margin-left: 10px;
}
.navbar-nav {
  margin-top: 2px;
}
.nav>li>a {
  position: relative;
  display: block;
}

.login-header {
    float: right;
    margin-right: 20px;
    margin-top: 14px;
}
.login-header a span {
    color: #aaa;
}
.login-header a span:hover {
    color: #fff;
}

.container > h1 {
	text-align: center;
}

h2, h3, h4, h5 {
	font-weight: 200;
}

label {
    font-weight: 200;
}

div.footer {
  	height: 50px;
  	background-color: #f5f5f5;
  	border-top: 1px solid #ddd;
}
footer p {
  	color: #777;
}
.credit {
    margin-top: 14px;
}

/* Carousel base class */
.carousel {
  height: 500px;
  margin-bottom: 60px;
}
/* Declare heights because of positioning of img element */
.carousel .item {
  height: 500px;
  background-color: #aaa;
}
.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: auto;
}


Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
knitkit-3.0.0 public/stylesheets/knitkit/custom.css