changed default visibility for project home and site home
This commit is contained in:
parent
b368b1e520
commit
399a81ea73
@ -213,7 +213,7 @@ $this->load->view (
|
||||
</div>
|
||||
|
||||
<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); ?>
|
||||
</pre>
|
||||
</div> <!-- project_home_mainarea_wiki -->
|
||||
|
@ -214,7 +214,7 @@ foreach ($latest_projects as $project)
|
||||
</div> <!-- site_home_mainarea_sidebar -->
|
||||
|
||||
<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); ?>
|
||||
</pre>
|
||||
</div> <!-- site_home_mainarea_text -->
|
||||
|
@ -193,6 +193,10 @@
|
||||
white-space: pre-wrap;
|
||||
}
|
||||
|
||||
#code_revision_mainarea_result_table td {
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
#code_revision_mainarea_result_table td.M {
|
||||
white-space: nowrap;
|
||||
background-image:url(images/page_white_edit.png);
|
||||
|
Loading…
Reference in New Issue
Block a user