mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-30 00:29:58 +09:00
CSS 관련 사소한 오류 수정
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4887 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
3f5bc319f9
commit
1947e708ee
6 changed files with 8 additions and 5 deletions
|
|
@ -194,3 +194,5 @@ ul.nav li.active a { font-weight:bold; color:#FFFFFF; }
|
|||
|
||||
div.blog_widget_ ul.items li { text-decoration:none; color:#000000; margin-bottom:5px;}
|
||||
div.blog_widget_ ul.items li a { text-decoration:none; color:#000000;}
|
||||
|
||||
#menu_form { width:100%; }
|
||||
|
|
|
|||
|
|
@ -26,7 +26,7 @@
|
|||
<th scope="row"><div>{$lang->author}</div></th>
|
||||
<td>
|
||||
<!--@foreach($selected_layout->author as $k => $v)-->
|
||||
<a href="{$v->homepage}" onclick="window.open(this.href);return false;" class="blue">{$v->name}</a>
|
||||
<a href="{$v->homepage}" onclick="window.open(this.href);return false;">{$v->name}</a>
|
||||
<!--@end-->
|
||||
</td>
|
||||
</tr>
|
||||
|
|
|
|||
|
|
@ -1,10 +1,9 @@
|
|||
<!--%import("./filter/insert_menu_item.xml")-->
|
||||
|
||||
<!--%import("./filter/delete_menu_item.xml")-->
|
||||
<!--%import("./filter/move_up_menu_item.xml")-->
|
||||
<!--%import("./filter/move_down_menu_item.xml")-->
|
||||
|
||||
<h3 class="title">{$lang->cmd_homepage_menus[$act]}</h1>
|
||||
<h3 class="title">{$lang->cmd_homepage_menus[$act]}</h3>
|
||||
<p class="infoText">{$lang->about_homepage_act[$act]}</p>
|
||||
|
||||
<form method="post" action="./" id="menu_item_form">
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
<h3 class="title">{$lang->cmd_homepage_menus[$act]}</h1>
|
||||
<h3 class="title">{$lang->cmd_homepage_menus[$act]}</h3>
|
||||
<p class="infoText">{$lang->about_homepage_act[$act]}</p>
|
||||
|
||||
<!--%import("filter/update_index_mid.xml")-->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue