mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-05 01:52:17 +09:00
Fix #1912 various CSS typos
This commit is contained in:
parent
71afd5463a
commit
73b689be86
6 changed files with 8 additions and 10 deletions
|
|
@ -151,7 +151,7 @@
|
|||
text-decoration:none;
|
||||
}
|
||||
|
||||
@media only screen and max-device-width 480px {
|
||||
@media only screen and (max-device-width: 480px) {
|
||||
#nc_container {
|
||||
position:relative;
|
||||
height:auto;
|
||||
|
|
|
|||
|
|
@ -1,6 +1,5 @@
|
|||
<load target="../../../member/skins/default/css/member.css" />
|
||||
<include target="../../../member/skins/default/common_header.html" />
|
||||
<div class="xm">
|
||||
|
||||
<div cond="$XE_VALIDATOR_MESSAGE && $XE_VALIDATOR_ID == 'modules/ncenterlite/skins/default/userconfig/1'" class="message {$XE_VALIDATOR_MESSAGE_TYPE}">
|
||||
<p>{$XE_VALIDATOR_MESSAGE}</p>
|
||||
|
|
@ -42,5 +41,5 @@
|
|||
</div>
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
|
||||
<include target="../../../member/skins/default/common_footer.html" />
|
||||
|
|
|
|||
|
|
@ -143,7 +143,7 @@
|
|||
text-decoration:none;
|
||||
}
|
||||
|
||||
@media only screen and max-device-width 480px {
|
||||
@media only screen and (max-device-width: 480px) {
|
||||
#nc_container {
|
||||
position:relative;
|
||||
height:auto;
|
||||
|
|
|
|||
|
|
@ -1,6 +1,5 @@
|
|||
<load target="../../../member/skins/default/css/member.css" />
|
||||
<include target="../../../member/skins/default/common_header.html" />
|
||||
<div class="xm">
|
||||
|
||||
<div cond="$XE_VALIDATOR_MESSAGE && $XE_VALIDATOR_ID == 'modules/ncenterlite/skins/default/userconfig/1'" class="message {$XE_VALIDATOR_MESSAGE_TYPE}">
|
||||
<p>{$XE_VALIDATOR_MESSAGE}</p>
|
||||
|
|
@ -42,5 +41,5 @@
|
|||
</div>
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
|
||||
<include target="../../../member/skins/default/common_footer.html" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue