mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-23 05:09:56 +09:00
#17965271 사용자 정의 언어가 제대로 표시되도록 하였습니다.
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6223 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
52c1db9a26
commit
ba309f290b
9 changed files with 10 additions and 10 deletions
|
|
@ -27,8 +27,8 @@ button span{ position:absolute; width:0; height:0; font:0/0 Sans-serif; visibili
|
|||
#planetBody{ clear:both; z-index:20;}
|
||||
|
||||
/* Heading */
|
||||
#planetHeader h1 { white-space:nowrap; margin:0; padding:0;}
|
||||
#planetHeader h1 a { font-weight:bold; font-size:26px; color:#000; text-decoration:none !important;}
|
||||
#planetHeader h1 { white-space:nowrap; margin:0 0 20px 0; padding:0 0 4px 0; border-bottom:2px solid #666; }
|
||||
#planetHeader h1 a { font-weight:bold; font-size:18px; color:#000; text-decoration:none !important;}
|
||||
|
||||
.buttonArea{ text-align:center;}
|
||||
|
||||
|
|
|
|||
|
|
@ -26,7 +26,7 @@
|
|||
<!--@if($module_info->logo_image)-->
|
||||
<h1><a href="{getUrl('','mid',$module_info->mid)}"><img src="{$module_info->logo_image}" alt="{$module_info->logo_title}" /></a></h1>
|
||||
<!--@elseif($module_info->logo_title)-->
|
||||
<h1><a href="{getUrl('','mid',$module_info->mid)}">{htmlspecialchars($module_info->logo_title)}</a></h1>
|
||||
<h1><a href="{getUrl('','mid',$module_info->mid)}">{$module_info->logo_title}</a></h1>
|
||||
<!--@end-->
|
||||
|
||||
<!-- GNB -->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue