fixing line endings, no bug

This commit is contained in:
Dão Gottwald 2011-11-29 17:18:42 +01:00
parent 47210c1f13
commit 5fbfbb510a
3 changed files with 16 additions and 16 deletions

View File

@ -859,15 +859,15 @@ nsContextMenu.prototype = {
},
fullScreenVideo: function () {
let video = this.target;
let video = this.target;
if (document.mozFullScreenEnabled)
video.mozRequestFullScreen();
else {
// Fallback for the legacy full-screen video implementation.
video.pause();
openDialog("chrome://browser/content/fullscreen-video.xhtml",
"", "chrome,centerscreen,dialog=no", video);
}
// Fallback for the legacy full-screen video implementation.
video.pause();
openDialog("chrome://browser/content/fullscreen-video.xhtml",
"", "chrome,centerscreen,dialog=no", video);
}
},
// Change current window to the URL of the background image.

View File

@ -208,11 +208,11 @@ html|td {
html|table {
font-family: Helvetica, Ariel, sans-serif;
font-size: 11px;
color: white;
text-shadow:
-1px -1px 0 #000,
1px -1px 0 #000,
-1px 1px 0 #000,
color: white;
text-shadow:
-1px -1px 0 #000,
1px -1px 0 #000,
-1px 1px 0 #000,
1px 1px 0 #000;
min-width: 100%;
background: rgba(68,68,68,.7);

View File

@ -217,11 +217,11 @@ html|td {
html|table {
font-family: Helvetica, Ariel, sans-serif;
font-size: 11px;
color: white;
text-shadow:
-1px -1px 0 #000,
1px -1px 0 #000,
-1px 1px 0 #000,
color: white;
text-shadow:
-1px -1px 0 #000,
1px -1px 0 #000,
-1px 1px 0 #000,
1px 1px 0 #000;
min-width: 100%;
background: rgba(68,68,68,.7);