Sha256: ab9774133afb06e866afe758d2f8347e8bc04f60a9d75b762f9b745679914882

Contents?: true

Size: 675 Bytes

Versions: 2

Compression:

Stored size: 675 Bytes

Contents

html, body{
}
.main-content{
}

html, body{
	/*background-color: #262B2F;*/
	background-image:url('/vain_routes/images/oak_background_texture.jpg');
	background-position:  0 0;
	
}
.main-content{
   width: 960px;
   margin: 0px auto;
   margin-top:25px;
   margin-bottom: 25px;
	/*background-color: white;*/
	
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
}

div.routes{

	margin-left: 10px;
	margin-right: 10px;
	}
	
col.order{
  width: 75px;
}
col.verb{
  width: 75px;
}
col.path{
  width: 350px;
  overflow: auto;

}

col.controller{
	text-align: left;
}

td.wrapword{
 
 word-wrap: break-word;       /* Internet Explorer 5.5+ & Chrome*/
}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
vain_routes-1.0.2 public/vain_routes/stylesheets/base.css
vain_routes-1.0.0 public/vain_routes/stylesheets/base.css