when css fails edit html too

pull/18/head
Gnieark 9 years ago
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;
@ -27,7 +21,7 @@ header h1{
width: 45%;
margin-left: 5%;}
header nav{
header nav{
display: block;
width: 45%;
color:#FFF;
@ -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>
</article>
<article id="fightResult"></article>
<div id="fightResult"></div>
</article>

Loading…
Cancel
Save