mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-03 20:49:27 +00:00
Backed out changeset 4730eb3ec77a (bug 246620)
This commit is contained in:
parent
9f096588ca
commit
e3ca127e39
@ -21,7 +21,6 @@
|
||||
*
|
||||
* Contributor(s):
|
||||
* Blake Ross <BlakeR1234@aol.com>
|
||||
* Geoff Lankow <geoff@darktrojan.net>
|
||||
*
|
||||
* Alternatively, the contents of this file may be used under the terms of
|
||||
* either of the GNU General Public License Version 2 or later (the "GPL"),
|
||||
@ -48,7 +47,6 @@
|
||||
font-family: -moz-fixed;
|
||||
font-weight: normal;
|
||||
white-space: pre;
|
||||
counter-reset: line;
|
||||
}
|
||||
#viewsource.wrap {
|
||||
white-space: pre-wrap;
|
||||
@ -58,20 +56,7 @@ pre {
|
||||
font: inherit;
|
||||
color: inherit;
|
||||
white-space: inherit;
|
||||
margin: 0 0 0 5ch;
|
||||
}
|
||||
pre[id]:before,
|
||||
span[id]:before {
|
||||
content: counter(line) " ";
|
||||
counter-increment: line;
|
||||
-moz-user-select: none;
|
||||
display: inline-block;
|
||||
width: 5ch;
|
||||
margin: 0 0 0 -5ch;
|
||||
text-align: right;
|
||||
color: #ccc;
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
margin: 0;
|
||||
}
|
||||
.start-tag {
|
||||
color: purple;
|
||||
|
Loading…
x
Reference in New Issue
Block a user