remove blob css
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83
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 {