summaryrefslogtreecommitdiff
path: root/www/css/index.scss
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2015-02-27 11:23:49 -0500
committerLuke Shumaker <lukeshu@sbcglobal.net>2015-02-27 11:23:49 -0500
commit3f53904b14eb5b9594a4f81c41ed96395dd50ef4 (patch)
tree97c753b8c60550fe9f3318f7786e8e3c48220b5c /www/css/index.scss
parenta7c288b10f197818b2ad233a852268c0f160d8e3 (diff)
Tidy up
Diffstat (limited to 'www/css/index.scss')
-rw-r--r--www/css/index.scss8
1 files changed, 5 insertions, 3 deletions
diff --git a/www/css/index.scss b/www/css/index.scss
index 93e321a..fa2fd72 100644
--- a/www/css/index.scss
+++ b/www/css/index.scss
@@ -50,12 +50,13 @@ html {
body#index {
height: 100%;
table {
+ width: 100%;
height: 100%;
+
padding: 0;
margin: 0;
-
- width: 100%;
border-collapse: collapse;
+
td, th {
border: solid 1px $yellow;
}
@@ -78,6 +79,7 @@ body#index {
/* A wrapper round cell contents allowing us to use fancy
table-positioning inside of the cell */
display: table;
+
width: 100%;
height: 100%;
a {
@@ -88,7 +90,7 @@ body#index {
}
&.logo {
background-image: url("../img/logo.png");
- background-size: auto 100%;
+ background-size: contain;
background-position: center center;
background-repeat: no-repeat;
}