Commit 6753ca55152a2c203832080ac570914c84736286

Tracey Emery 2020-01-29T17:57:43

remove blob css

diff --git a/gotweb/files/htdocs/gotweb/gotweb.css b/gotweb/files/htdocs/gotweb/gotweb.css
index 353aeae..6618bbe 100644
--- a/gotweb/files/htdocs/gotweb/gotweb.css
+++ b/gotweb/files/htdocs/gotweb/gotweb.css
@@ -591,78 +591,6 @@ body {
 	overflow: visible;
 }
 
-/* blob.tmpl */
-
-#blob_title_wrapper {
-	clear: left;
-	float: left;
-	width: 100%;
-	background-color: LightSlateGray;
-	color: #ffffff;
-}
-#blob_title {
-	padding-left: 10px;
-	padding-top: 5px;
-	padding-bottom: 5px;
-}
-#blob_content {
-	clear: left;
-	float: left;
-	width: 100%;
-}
-#blob_header_wrapper {
-	float: left;
-	background-color: #f5fcfb;
-	width: 100%;
-}
-#blob_header {
-	float: left;
-	padding-left: 10px;
-	padding-top: 5px;
-	padding-bottom: 2px;
-	width: 80%;
-}
-#blob {
-	clear: left;
-	float: left;
-	margin-left: 20px;
-	margin-top: 20px;
-	margin-bottom: 20px;
-	font-family: monospace;
-	white-space: pre;
-	overflow: auto;
-}
-#blob_wrapper {
-	clear: left;
-	float: left;
-	width: 100%;
-}
-#blob_number {
-	float: left;
-	width: 3em;
-	overflow: hidden;
-}
-#blob_hash {
-	float: left;
-	width: 6em;
-	overflow: auto;
-}
-#blob_date {
-	float: left;
-	width: 7em;
-	overflow: auto;
-}
-#blob_author {
-	float: left;
-	width: 6em;
-	overflow: hidden;
-}
-#blob_code {
-	float:left;
-	width: 50%;
-	overflow: visible;
-}
-
 /* tree.tmpl */
 
 #tree_title_wrapper {