Starting to streamline and generally rejig the layout.
[catagits/Gitalist.git] / root / static / css / site.css
index a4ed860..a968bc5 100644 (file)
@@ -1,9 +1,21 @@
+#the-container {
+  margin: 1em 100px;
+  text-align: center;
+  background-color: white;
+}
+#body {
+  text-align: justify;
+}
+div.content {
+  padding: 0 7px;
+}
+
 /*
 14d2f2ca3732551d1585e7590e60b82492f3
 ^^ A rather nice chroma hash
 */
 body {
-  margin: 1em;
+  background-color: #555;
 }
 
 thead, tfoot {
@@ -63,7 +75,8 @@ div.chroma-hash {
   padding: 8px;
   font-size: 1.5em;
   font-weight: bold;
-  background-color: #d9d8d1;
+  border-bottom: solid 1px #777;
+  text-align: justify;
 }
 
 img.logo {
@@ -86,10 +99,9 @@ img.logo {
 .actions {
   padding-bottom: 4px 0;
   font-style: italic;
-  border-top: solid 1px #777;
   border-bottom: solid 1px #777;
   margin-bottom: 10px;
-  padding: 5px 0;
+  padding: 5px 7px;
 }
 
 /* pager include */
@@ -158,25 +170,22 @@ table.heads {
 #blame a {
   text-decoration: none;
 }
+#blame {
+    overflow-x: scroll;
+}
 #blame tr.alt {
   background-color: #f7f7f7;
 }
 #blame tbody tr:hover {
   background-color: #fefeaa;
 }
-/*#blame td { border: solid 1px black; }*/
+#blame td {
+  padding: 0 0.2em;
+}
 #blame td.lineno {
-  width: 2%;
   background-color: #eee;
 }
-#blame td.date {
-  width: 7%;
-}
-#blame td.author  {
-  width: 10%;
-}
-#blame td.commit-info {
-  width: 4%;
+#blame td.date, #blame td.author, #blame td.commit-info {
 }
 #blame .data {
   padding-left: 5px;