front page
This commit is contained in:
parent
8b1264c99e
commit
d0908c9132
|
@ -1,4 +1,4 @@
|
||||||
<div style="height:200px; margin:0 auto;">
|
<div style="height:auto; margin:0; padding: 0; margin-bottom: 20px;">
|
||||||
<div class="welcome_left" style="max-width: 380px; float: left; margin: 20px 0px 0px 60px;">
|
<div class="welcome_left" style="max-width: 380px; float: left; margin: 20px 0px 0px 60px;">
|
||||||
<p>
|
<p>
|
||||||
<span class="font_welcome_trustie"><%= l(:label_welcome_trustie) %> </span><span class="font_welcome_tdescription">, <%= l(:label_welcome_trustie_description) %></span>
|
<span class="font_welcome_trustie"><%= l(:label_welcome_trustie) %> </span><span class="font_welcome_tdescription">, <%= l(:label_welcome_trustie_description) %></span>
|
||||||
|
@ -76,7 +76,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
$(function(){
|
$(function(){
|
||||||
$("a").attr("target", "_blank");
|
$("#main").find("a").attr("target", "_blank");
|
||||||
});
|
});
|
||||||
|
|
||||||
function showInfo(id, content) {
|
function showInfo(id, content) {
|
||||||
|
|
Loading…
Reference in New Issue