Sha256: 2f7e76e49d56cc1540dfb15d839a2ec0d45b2e033268908a58ffab2c43ecf0bf

Contents?: true

Size: 1.74 KB

Versions: 4

Compression:

Stored size: 1.74 KB

Contents

<%= render :partial => "/platform/developer/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;
  }
	
</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

4 entries across 4 versions & 1 rubygems

Version Path
platform-3.1.4 app/views/platform/developer/help/_header.html.erb
platform-3.1.3 app/views/platform/developer/help/_header.html.erb
platform-3.1.2 app/views/platform/developer/help/_header.html.erb
platform-3.1.1 app/views/platform/developer/help/_header.html.erb