diff --git a/index.html b/index.html
index 3f1901d2..0754673f 100644
--- a/index.html
+++ b/index.html
@@ -15,14 +15,12 @@
diff --git a/screen.css b/screen.css
index 2432ac31..c28e9499 100644
--- a/screen.css
+++ b/screen.css
@@ -13,7 +13,6 @@ div.header {
border-right : 0;
border-top : 0;
border-bottom : 1px solid rgb(0, 0, 0);
- width : 100%;
height : 60px;
/*
font-family : 'Celestia Redux Alternate', 'Celestia Redux', 'Open Sans', sans-serif;
@@ -25,7 +24,6 @@ table.header {
background-color : rgb(200, 221, 242);
color : rgb(0, 0, 0);
border : 0;
- width : 100%;
height : 100%;
}
@@ -42,6 +40,10 @@ table.main {
border : 0;
}
+.headspace {
+ width : 8px;
+}
+
#left {
width : 540px;
}