Commit Diff


commit - b27da80170166a2622d2abce31dcd388edc14ae7
commit + 6753ca55152a2c203832080ac570914c84736286
blob - 353aeae3483606ed1b60e3deebe566a02d9259fe
blob + 6618bbe2199713860567936a71131c70b68ab94b
--- gotweb/files/htdocs/gotweb/gotweb.css
+++ gotweb/files/htdocs/gotweb/gotweb.css
@@ -586,78 +586,6 @@ body {
 	overflow: hidden;
 }
 #blame_code {
-	float:left;
-	width: 50%;
-	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;