Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
bugzilla
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
etersoft
bugzilla
Commits
81ac0f31
Commit
81ac0f31
authored
Nov 16, 2002
by
myk%mozilla.org
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix for bug 180232: removes unnecessary margins/borders around XUL duplicates report
parent
e46f4706
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
0 deletions
+14
-0
duplicates.css
css/duplicates.css
+7
-0
duplicates.css
skins/standard/duplicates.css
+7
-0
No files found.
css/duplicates.css
View file @
81ac0f31
...
...
@@ -18,6 +18,13 @@
* Contributor(s): Myk Melez <myk@mozilla.org>
*/
tree
#results-tree
{
margin-right
:
0px
;
border-right-width
:
0px
;
margin-left
:
0px
;
border-left-width
:
0px
;
}
treechildren
:-moz-tree-cell-text
(
resolution-FIXED
)
{
text-decoration
:
line-through
;
}
...
...
skins/standard/duplicates.css
View file @
81ac0f31
...
...
@@ -18,6 +18,13 @@
* Contributor(s): Myk Melez <myk@mozilla.org>
*/
tree
#results-tree
{
margin-right
:
0px
;
border-right-width
:
0px
;
margin-left
:
0px
;
border-left-width
:
0px
;
}
treechildren
:-moz-tree-cell-text
(
resolution-FIXED
)
{
text-decoration
:
line-through
;
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment