Removed redundant style information
authorAaron Bentley <abentley@panoramicfeedback.com>
Thu, 1 Dec 2005 21:48:18 +0000 (21:48 +0000)
committerAaron Bentley <abentley@panoramicfeedback.com>
Thu, 1 Dec 2005 21:48:18 +0000 (21:48 +0000)
beweb/beweb/templates/edit_bug.kid

index 33c14d7d0de16966564ed4713d21af26ae20342a..9581dac2c83a84efe1f432b854b5ea881ea3782d 100644 (file)
@@ -18,33 +18,6 @@ def select_among(name, options, default):
 <head>
     <meta content="text/html; charset=UTF-8" http-equiv="content-type" py:replace="''"/>
     <title>Edit bug</title>
-    <style type="text/css">
-    /*tr, td, table{border: black thin solid}*/
-    table
-    {
-        background-color: black;
-    }
-    td
-    {
-        background-color: white;
-    }
-    h1
-    {
-        font-family: "Verdana";
-        font-weight: bold;
-        font-size: 120%;
-        margin-bottom:0;
-        color: #a07;
-    }
-    tr.closed
-    {
-        display: none
-    }
-    tr.closed td
-    {
-        background-color: #ccc;
-    }
-    </style>
 </head>
 
 <body>