Fix #1912 various CSS typos

This commit is contained in:
Kijin Sung 2022-04-25 02:13:20 +09:00
parent 71afd5463a
commit 73b689be86
6 changed files with 8 additions and 10 deletions

View file

@ -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;

View file

@ -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" />

View file

@ -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;

View file

@ -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" />