Sha256: eef67e8d217aed2298da82ff30ca63a7e66925635fb6bccee607f3ccb10f9da3

Contents?: true

Size: 1.98 KB

Versions: 12

Compression:

Stored size: 1.98 KB

Contents

<%= render :partial => "/tr8n/common/header" %>

<style>
	.documentation_section_title {
      background: none repeat scroll 0 0 #F5F5F5;
      padding: 20px;
			color: #888888 !important;
			font-size: 20px;		
	}
	
	.documentation_section {
		padding:10px;
		font-family: arial;
	}
	
	
  .screenshot {
      -moz-box-shadow: 3px 3px 4px #000;
      -webkit-box-shadow: 3px 3px 4px #000;
      box-shadow: 3px 3px 4px #000;	 
			margin:15px;
  }
	
	.documentation_section p {
		margin-bottom: 15px;
    font-family: arial;
	}
	
  .documentation_section h2 {
	    color: #888888;
      font-size: 24px;
      font-weight: normal;
      letter-spacing: -1px;
      margin: 0 0 5px;
      padding: 3px 0 0;
  }
	
	.documentation_table {
	}

  .documentation_table th {
    font-weight:bold;
		padding: 5px;
    border: 1px solid #ccc;
		text-align:left;
  }

  .documentation_table td {
    padding: 5px;
		border: 1px solid #ccc;
  }

  .documentation_table tr {
  	background-color: white;
  }

  .documentation_table tr:hover {
    background-color: #eee;
  }
	
	.documentaiton_note {
		color: #666;
		font-style:italic;
		font-size: 10px;
	}
	
	.code_snippet {
		margin-top:15px;
    margin-bottom:15px;
		background: #F6F7FA;
		padding:5px;
		border: 1px dotted #ccc;
		font-size:12px;
		font-family: arial;
	}
	
  .data_list {
    margin-top:15px;
    margin-bottom:15px;
    padding:5px;
		margin-left:20px;
		list-style:circle;
  }
	
  .snippet {
    border:1px dotted #ccc; 
    background-color:#F8F8F8; 
    padding:10px; 
    font:12px 'Bitstream Vera Sans Mono','Courier',monospace;
    margin-bottom:10px;
  }

  .snippet li {
 	  font:12px 'Bitstream Vera Sans Mono','Courier',monospace;
  }
</style>

<table style="width:100%">
	<tr>
		<td style="width:160px;vertical-align:top;text-align:left;padding:5px;">
      <%= render :partial => "navigation" %>
		</td>
		<td style="width:4px;background-color:#F5F5F5;border-right:1px solid #ccc;">
			
		</td>
		<td style="vertical-align:top;text-align:left;padding:0px;">

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
tr8n-3.2.3 app/views/tr8n/help/_header.html.erb
tr8n-3.2.2 app/views/tr8n/help/_header.html.erb
tr8n-3.2.1 app/views/tr8n/help/_header.html.erb
tr8n-3.2.0 app/views/tr8n/help/_header.html.erb
tr8n-3.1.8 app/views/tr8n/help/_header.html.erb
tr8n-3.1.7 app/views/tr8n/help/_header.html.erb
tr8n-3.1.6 app/views/tr8n/help/_header.html.erb
tr8n-3.1.5 app/views/tr8n/help/_header.html.erb
tr8n-3.1.4 app/views/tr8n/help/_header.html.erb
tr8n-3.1.3 app/views/tr8n/help/_header.html.erb
tr8n-3.1.2 app/views/tr8n/help/_header.html.erb
tr8n-3.1.1 app/views/tr8n/help/_header.html.erb