Sha256: 2ff392c7eef866f6513c0859a6a58bc965db03c8f65822751bb706dffafea79f

Contents?: true

Size: 1.01 KB

Versions: 8

Compression:

Stored size: 1.01 KB

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;
  }
}

ul.image-links {
  margin:0px;
}

.image-links li {
  display: inline;
  margin-right: 10px;
}

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
brick_layer-0.10.6 app/assets/stylesheets/default_style.css.scss
brick_layer-0.10.5 app/assets/stylesheets/default_style.css.scss
brick_layer-0.10.3 app/assets/stylesheets/default_style.css.scss
brick_layer-0.10.2 app/assets/stylesheets/default_style.css.scss
brick_layer-0.10.1 app/assets/stylesheets/default_style.css.scss
brick_layer-0.10.0 app/assets/stylesheets/default_style.css.scss
brick_layer-0.9.6 app/assets/stylesheets/default_style.css.scss
brick_layer-0.9.4 app/assets/stylesheets/default_style.css.scss