changed default visibility for project home and site home
This commit is contained in:
		| @ -213,7 +213,7 @@ $this->load->view ( | |||||||
| </div> | </div> | ||||||
|  |  | ||||||
| <div id="project_home_mainarea_wiki"> | <div id="project_home_mainarea_wiki"> | ||||||
| <pre id="project_home_mainarea_wiki_text" style="visibility: hidden"> | <pre id="project_home_mainarea_wiki_text"> | ||||||
| <?php print htmlspecialchars($project->description); ?> | <?php print htmlspecialchars($project->description); ?> | ||||||
| </pre> | </pre> | ||||||
| </div> <!-- project_home_mainarea_wiki --> | </div> <!-- project_home_mainarea_wiki --> | ||||||
|  | |||||||
| @ -214,7 +214,7 @@ foreach ($latest_projects as $project) | |||||||
| </div> <!-- site_home_mainarea_sidebar --> | </div> <!-- site_home_mainarea_sidebar --> | ||||||
|  |  | ||||||
| <div id="site_home_mainarea_wiki"> | <div id="site_home_mainarea_wiki"> | ||||||
| <pre id="site_home_mainarea_wiki_text" style="visibility: hidden"> | <pre id="site_home_mainarea_wiki_text"> | ||||||
| <?php print htmlspecialchars($site->text); ?> | <?php print htmlspecialchars($site->text); ?> | ||||||
| </pre> | </pre> | ||||||
| </div> <!-- site_home_mainarea_text --> | </div> <!-- site_home_mainarea_text --> | ||||||
|  | |||||||
| @ -193,6 +193,10 @@ | |||||||
| 	white-space: pre-wrap; | 	white-space: pre-wrap; | ||||||
| } | } | ||||||
|  |  | ||||||
|  | #code_revision_mainarea_result_table td { | ||||||
|  | 	white-space: nowrap; | ||||||
|  | } | ||||||
|  |  | ||||||
| #code_revision_mainarea_result_table td.M { | #code_revision_mainarea_result_table td.M { | ||||||
| 	white-space: nowrap; | 	white-space: nowrap; | ||||||
| 	background-image:url(images/page_white_edit.png); | 	background-image:url(images/page_white_edit.png); | ||||||
|  | |||||||
		Reference in New Issue
	
	Block a user