From 99f18fe8436a3de148ac29900e03c350710cd65d Mon Sep 17 00:00:00 2001
From: Gnieark
Date: Thu, 10 Dec 2015 20:39:32 +0100
Subject: [PATCH] when css fails edit html too
---
html/style.css | 11 ++---------
src/arenas/tictactoe/public.php | 4 ++--
2 files changed, 4 insertions(+), 11 deletions(-)
diff --git a/html/style.css b/html/style.css
index 9fb8c07..11847d3 100644
--- a/html/style.css
+++ b/html/style.css
@@ -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%;}
diff --git a/src/arenas/tictactoe/public.php b/src/arenas/tictactoe/public.php
index 106542c..8ed983d 100644
--- a/src/arenas/tictactoe/public.php
+++ b/src/arenas/tictactoe/public.php
@@ -41,5 +41,5 @@ if(!$postParams){
-
-
\ No newline at end of file
+
+