remove files associated with 305134, r=mconnor a=asa
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@178869 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 243 B |
@@ -1,179 +0,0 @@
|
||||
/* ***** BEGIN LICENSE BLOCK *****
|
||||
* Version: MPL 1.1/GPL 2.0/LGPL 2.1
|
||||
*
|
||||
* The contents of this file are subject to the Mozilla Public License Version
|
||||
* 1.1 (the "License"); you may not use this file except in compliance with
|
||||
* the License. You may obtain a copy of the License at
|
||||
* http://www.mozilla.org/MPL/
|
||||
*
|
||||
* Software distributed under the License is distributed on an "AS IS" basis,
|
||||
* WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
|
||||
* for the specific language governing rights and limitations under the
|
||||
* License.
|
||||
*
|
||||
* The Original Code is Feedview for Firefox.
|
||||
*
|
||||
* The Initial Developer of the Original Code is
|
||||
* Tom Germeau <tom.germeau@epigoon.com>.
|
||||
* Portions created by the Initial Developer are Copyright (C) 2005
|
||||
* the Initial Developer. All Rights Reserved.
|
||||
*
|
||||
* Contributor(s):
|
||||
*
|
||||
* Alternatively, the contents of this file may be used under the terms of
|
||||
* either the GNU General Public License Version 2 or later (the "GPL"), or
|
||||
* the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
|
||||
* in which case the provisions of the GPL or the LGPL are applicable instead
|
||||
* of those above. If you wish to allow use of your version of this file only
|
||||
* under the terms of either the GPL or the LGPL, and not to allow others to
|
||||
* use your version of this file under the terms of the MPL, indicate your
|
||||
* decision by deleting the provisions above and replace them with the notice
|
||||
* and other provisions required by the GPL or the LGPL. If you do not delete
|
||||
* the provisions above, a recipient may use your version of this file under
|
||||
* the terms of any one of the MPL, the GPL or the LGPL.
|
||||
*
|
||||
* ***** END LICENSE BLOCK ***** */
|
||||
|
||||
feed, rss, rdf {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
body {
|
||||
padding: 30px;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
* {
|
||||
font-family: arial;
|
||||
}
|
||||
|
||||
p {
|
||||
width: 70%;
|
||||
color: #666;
|
||||
font-size: 13px;
|
||||
margin-bottom: 20px;
|
||||
margin-top: 5px;
|
||||
}
|
||||
|
||||
p > p {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
select {
|
||||
color: #666;
|
||||
font-size: 13px;
|
||||
}
|
||||
|
||||
h1 {
|
||||
font-weight: normal;
|
||||
font-size: 27px;
|
||||
margin: -30px;
|
||||
margin-bottom: 30px;
|
||||
padding: 12px;
|
||||
padding-left: 28px;
|
||||
background-image: url("chrome://browser/skin/itemSelected.png") !important;
|
||||
}
|
||||
|
||||
div.article a {
|
||||
color: #444;
|
||||
text-decoration: none;
|
||||
font-size: 16px;
|
||||
font-weight: bold;
|
||||
padding-right: 25px;
|
||||
}
|
||||
|
||||
div.article a:visited {
|
||||
-moz-opacity: 1;
|
||||
background: url(chrome://browser/skin/check.png) no-repeat right;
|
||||
}
|
||||
|
||||
.image:visited {
|
||||
background: transparent !important;
|
||||
}
|
||||
|
||||
h1 a {
|
||||
text-decoration: none;
|
||||
color: white;
|
||||
}
|
||||
|
||||
span.date {
|
||||
margin-left:30px;
|
||||
font-size:14px ;
|
||||
color: #ccc;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
span#number {
|
||||
margin-left:0px;
|
||||
display:inline;
|
||||
font-size:13px;
|
||||
}
|
||||
|
||||
#addLivemark {
|
||||
display:none;
|
||||
font-size: 12px;
|
||||
font-weight: normal;
|
||||
background: url(chrome://browser/skin/page-livemarks.png) no-repeat;
|
||||
padding-left: 25px;
|
||||
}
|
||||
|
||||
#switchdate {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
#menubox {
|
||||
width: 15em;
|
||||
-moz-border-radius: 4px;
|
||||
float: right;
|
||||
margin: 50px 10px 25px 10px;
|
||||
background: #eee; /*#f5f5f5; */
|
||||
border: 1px solid #ddd;
|
||||
padding: 15px;
|
||||
font-size: 12px;
|
||||
color: #aaa;
|
||||
border-width: 0 1px 1px 0;
|
||||
}
|
||||
|
||||
#menubox a {
|
||||
padding-left: 20px;
|
||||
color: #aaa !important;
|
||||
text-decoration: none;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
#menubox a:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
#addLiveBookmarkLink {
|
||||
background: url("chrome://browser/skin/page-livemarks.png") no-repeat left;
|
||||
}
|
||||
|
||||
.image img {
|
||||
max-height: 80px ;
|
||||
border: 1px solid #ddd;
|
||||
padding: 4px;
|
||||
background: #fff;
|
||||
margin: -13px 5px 18px 0px;
|
||||
-moz-border-radius: 4px;
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
thumb {
|
||||
height: 15px ;
|
||||
min-height: 15px ;
|
||||
}
|
||||
|
||||
thumb * {
|
||||
display:none;
|
||||
}
|
||||
|
||||
item, entry, channel {
|
||||
display: none;
|
||||
}
|
||||
|
||||
p > p {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 459 B |
Binary file not shown.
|
Before Width: | Height: | Size: 243 B |
@@ -1,179 +0,0 @@
|
||||
/* ***** BEGIN LICENSE BLOCK *****
|
||||
* Version: MPL 1.1/GPL 2.0/LGPL 2.1
|
||||
*
|
||||
* The contents of this file are subject to the Mozilla Public License Version
|
||||
* 1.1 (the "License"); you may not use this file except in compliance with
|
||||
* the License. You may obtain a copy of the License at
|
||||
* http://www.mozilla.org/MPL/
|
||||
*
|
||||
* Software distributed under the License is distributed on an "AS IS" basis,
|
||||
* WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
|
||||
* for the specific language governing rights and limitations under the
|
||||
* License.
|
||||
*
|
||||
* The Original Code is Feedview for Firefox.
|
||||
*
|
||||
* The Initial Developer of the Original Code is
|
||||
* Tom Germeau <tom.germeau@epigoon.com>.
|
||||
* Portions created by the Initial Developer are Copyright (C) 2005
|
||||
* the Initial Developer. All Rights Reserved.
|
||||
*
|
||||
* Contributor(s):
|
||||
*
|
||||
* Alternatively, the contents of this file may be used under the terms of
|
||||
* either the GNU General Public License Version 2 or later (the "GPL"), or
|
||||
* the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
|
||||
* in which case the provisions of the GPL or the LGPL are applicable instead
|
||||
* of those above. If you wish to allow use of your version of this file only
|
||||
* under the terms of either the GPL or the LGPL, and not to allow others to
|
||||
* use your version of this file under the terms of the MPL, indicate your
|
||||
* decision by deleting the provisions above and replace them with the notice
|
||||
* and other provisions required by the GPL or the LGPL. If you do not delete
|
||||
* the provisions above, a recipient may use your version of this file under
|
||||
* the terms of any one of the MPL, the GPL or the LGPL.
|
||||
*
|
||||
* ***** END LICENSE BLOCK ***** */
|
||||
|
||||
feed, rss, rdf {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
body {
|
||||
padding: 30px;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
* {
|
||||
font-family: arial;
|
||||
}
|
||||
|
||||
p {
|
||||
width: 70%;
|
||||
color: #666;
|
||||
font-size: 13px;
|
||||
margin-bottom: 20px;
|
||||
margin-top: 5px;
|
||||
}
|
||||
|
||||
p > p {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
select {
|
||||
color: #666;
|
||||
font-size: 13px;
|
||||
}
|
||||
|
||||
h1 {
|
||||
font-weight: normal;
|
||||
font-size: 27px;
|
||||
margin: -30px;
|
||||
margin-bottom: 30px;
|
||||
padding: 12px;
|
||||
padding-left: 28px;
|
||||
background-image: url("chrome://browser/skin/itemSelected.png") !important;
|
||||
}
|
||||
|
||||
div.article a {
|
||||
color: #444;
|
||||
text-decoration: none;
|
||||
font-size: 16px;
|
||||
font-weight: bold;
|
||||
padding-right: 25px;
|
||||
}
|
||||
|
||||
div.article a:visited {
|
||||
-moz-opacity: 1;
|
||||
background: url(chrome://browser/skin/check.png) no-repeat right;
|
||||
}
|
||||
|
||||
.image:visited {
|
||||
background: transparent !important;
|
||||
}
|
||||
|
||||
h1 a {
|
||||
text-decoration: none;
|
||||
color: white;
|
||||
}
|
||||
|
||||
span.date {
|
||||
margin-left:30px;
|
||||
font-size:14px ;
|
||||
color: #ccc;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
span#number {
|
||||
margin-left:0px;
|
||||
display:inline;
|
||||
font-size:13px;
|
||||
}
|
||||
|
||||
#addLivemark {
|
||||
display:none;
|
||||
font-size: 12px;
|
||||
font-weight: normal;
|
||||
background: url(chrome://browser/skin/page-livemarks.png) no-repeat;
|
||||
padding-left: 25px;
|
||||
}
|
||||
|
||||
#switchdate {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
#menubox {
|
||||
width: 15em;
|
||||
-moz-border-radius: 4px;
|
||||
float: right;
|
||||
margin: 50px 10px 25px 10px;
|
||||
background: #eee; /*#f5f5f5; */
|
||||
border: 1px solid #ddd;
|
||||
padding: 15px;
|
||||
font-size: 12px;
|
||||
color: #aaa;
|
||||
border-width: 0 1px 1px 0;
|
||||
}
|
||||
|
||||
#menubox a {
|
||||
padding-left: 20px;
|
||||
color: #aaa !important;
|
||||
text-decoration: none;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
#menubox a:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
#addLiveBookmarkLink {
|
||||
background: url("chrome://browser/skin/page-livemarks.png") no-repeat left;
|
||||
}
|
||||
|
||||
.image img {
|
||||
max-height: 80px ;
|
||||
border: 1px solid #ddd;
|
||||
padding: 4px;
|
||||
background: #fff;
|
||||
margin: -13px 5px 18px 0px;
|
||||
-moz-border-radius: 4px;
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
thumb {
|
||||
height: 15px ;
|
||||
min-height: 15px ;
|
||||
}
|
||||
|
||||
thumb * {
|
||||
display:none;
|
||||
}
|
||||
|
||||
item, entry, channel {
|
||||
display: none;
|
||||
}
|
||||
|
||||
p > p {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 459 B |
Reference in New Issue
Block a user