when css fails edit html too
This commit is contained in:
parent
cecec5c70f
commit
99f18fe843
|
@ -1,18 +1,12 @@
|
|||
html {
|
||||
height: 100%;
|
||||
}
|
||||
body{
|
||||
width:100%;
|
||||
font-size:100%;
|
||||
top: 0px;
|
||||
line-height:140%;
|
||||
word-wrap:break-word;
|
||||
text-rendering:optimizelegibility;
|
||||
margin:0 auto;
|
||||
font-family : "lucida grande", "gill sans", arial, sans-serif;
|
||||
left:auto;
|
||||
top:auto;
|
||||
min-height:100%;
|
||||
}
|
||||
header{
|
||||
background-color:#A60800;
|
||||
|
@ -82,7 +76,6 @@ footer a {
|
|||
section{
|
||||
margin: 0 auto;
|
||||
width: 90%;
|
||||
padding-bottom: 40px;
|
||||
}
|
||||
article{
|
||||
float: right;
|
||||
|
@ -91,7 +84,7 @@ article{
|
|||
aside{
|
||||
float:left;
|
||||
width: 28%;
|
||||
border-right:
|
||||
border-right: 1px dashed green;
|
||||
}
|
||||
|
||||
form textarea, form input, form select {width:40%;}
|
||||
|
|
|
@ -41,5 +41,5 @@ if(!$postParams){
|
|||
</select>
|
||||
</p>
|
||||
<p><input type="button" value="<?php echo $lang['FIGHT']; ?>" onclick="tictactoe(document.getElementById('bot1').value,document.getElementById('bot2').value,'<?php echo xd_check_input(2); ?>');"></p>
|
||||
<div id="fightResult"></div>
|
||||
</article>
|
||||
<article id="fightResult"></article>
|
Loading…
Reference in New Issue
Block a user