]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Patch for bug 235061: move CSS stylings in global.css if they are used across multipl...
authorjocuri%softhome.net <>
Sat, 28 Aug 2004 15:46:14 +0000 (15:46 +0000)
committerjocuri%softhome.net <>
Sat, 28 Aug 2004 15:46:14 +0000 (15:46 +0000)
css/edit_bug.css [deleted file]
css/global.css
skins/standard/global.css
template/en/default/bug/show.html.tmpl

diff --git a/css/edit_bug.css b/css/edit_bug.css
deleted file mode 100644 (file)
index 95fb629..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-
-.bz_private { color: darkred ; background : #f3eeee ; }
-.bz_disabled { color: #a0a0a0 ; }
-
-.bz_comment { background-color: #e0e0e0; }
-
-table#flags th, table#flags td { vertical-align: baseline; text-align: left; }
index 5c08cbe0476660b128dae67b87fc3cffe78b1c6b..47a1558d653d158053607925aad6512f26b9033e 100644 (file)
 .bz_obsolete { text-decoration: line-through; }
 .bz_inactive { text-decoration: line-through; }
 .bz_closed { text-decoration: line-through; }
+.bz_private { color: darkred ; background : #f3eeee ; }
+.bz_disabled { color: #a0a0a0 ; }
 
+.bz_comment { background-color: #e0e0e0; }
+
+table#flags th, table#flags td { vertical-align: baseline; text-align: left; }
index 5c08cbe0476660b128dae67b87fc3cffe78b1c6b..47a1558d653d158053607925aad6512f26b9033e 100644 (file)
 .bz_obsolete { text-decoration: line-through; }
 .bz_inactive { text-decoration: line-through; }
 .bz_closed { text-decoration: line-through; }
+.bz_private { color: darkred ; background : #f3eeee ; }
+.bz_disabled { color: #a0a0a0 ; }
 
+.bz_comment { background-color: #e0e0e0; }
+
+table#flags th, table#flags td { vertical-align: baseline; text-align: left; }
index 2334b2dd9ca54174e179af88a2575e5b7a86d291..f98e05f0cbd87d4d5b62a5d07b0faaf8a33f52b7 100644 (file)
@@ -38,7 +38,6 @@
   h1 = "$terms.Bugzilla $terms.Bug $bug.bug_id"
   h2 = filtered_desc
   h3 = "Last modified: $filtered_timestamp"
-  style_urls = [ "css/edit_bug.css" ]
   bodyattrs = bodyattrs
 %]