From c7b2b76566b8258c676967537986e996c17c3d8d Mon Sep 17 00:00:00 2001 From: "mkanat%bugzilla.org" <> Date: Thu, 22 Jan 2009 04:08:35 +0000 Subject: Bug 472872: Add a field where people can put the URLs to Bugzilla bugs (from any Bugzilla installation) Patch By Max Kanat-Alexander r=dkl, a=mkanat --- skins/standard/global.css | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'skins') diff --git a/skins/standard/global.css b/skins/standard/global.css index cd5e489a3..4e225a1b4 100644 --- a/skins/standard/global.css +++ b/skins/standard/global.css @@ -462,6 +462,12 @@ div.user_match { border: 1px solid #404D6C; } +.bug_urls { + margin: 0 0 1em 0; + padding: 0; + list-style-type: none; +} + form#Create th { text-align: right; } -- cgit v1.2.3-24-g4f1b