Sha256: 3eee8ac9cae6b0ab72a658421bd2cfa17b5e190096cbc33a4aad4405cb888dc0

Contents?: true

Size: 940 Bytes

Versions: 3

Compression:

Stored size: 940 Bytes

Contents

/* General */

body {
  margin: 0 auto;
  font-family: arial, helvetica, sans-serif;
	font-size:12px;
	color: #333;
  width: 960px;
}

#primary-content {
  width: 83%;
  float: right;
}

#sub-navigation {
  width: 15%;
  float: left;
}

a {
	color: #1b67b2;
}

a:hover {
	text-decoration: none;
}

img {
	display: block;
	border: 0;
}

a img {
	border: none;
}

p {
	line-height: 18px;
	margin: 0 0 15px;
	padding: 0;
}

ul {
	margin: 0 0 15px 15px;
	padding: 0;
}

ol {
	margin: 0 0 15px 22px;
	padding: 0;
}

dt {
  font-weight: bold;
  margin: 5px 0px;
}

nav {
  margin-top: 10px;
    
  ul {
    margin-left: 0px;
    margin-right: 10px;
    display: inline;
    float: left;
    
    li {
      margin: 0px 10px 5px 0px;
      display: inline;
    }
  }
}

small {
  font-size: 80%;
}

.clear { clear: both }

#routes {
  li {
    margin-top: 10px;
    list-style-type: none;
  }
  
  .sub_routes {
    margin: 8px 0px 8px 10px;
  }
}

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
brick_layer-0.9.2 app/assets/stylesheets/default_style.css.scss
brick_layer-0.9.1 app/assets/stylesheets/default_style.css.scss
brick_layer-0.9.0 app/assets/stylesheets/default_style.css.scss