Trim EOL spaces. No other content/CSS changes included.
This commit is contained in:
parent
561dea0814
commit
4e8332d00f
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=26397
4 changed files with 26 additions and 26 deletions
en/layout/css
|
@ -1,14 +1,14 @@
|
|||
/*
|
||||
FreeBSD.org - "Red" Style
|
||||
|
||||
|
||||
Inspired by AListApart, PositionIsEverything, Mozilla, Red Hat, and many more.
|
||||
|
||||
|
||||
Copyright (c) 2004, 2005 The FreeBSD Project
|
||||
Copyright (c) 2004, 2005 Emily Boyd <emily at emilyboyd.com>
|
||||
|
||||
|
||||
This file, and any imported stylesheets are licensed under the BSD license.
|
||||
|
||||
$FreeBSD$
|
||||
|
||||
$FreeBSD: www/en/layout/css/fixed.css,v 1.3 2005/11/23 14:22:06 keramida Exp $
|
||||
*/
|
||||
|
||||
@import url("global.css");
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
*FreeBSD.org - Global Styles
|
||||
*
|
||||
* $FreeBSD$
|
||||
* $FreeBSD: www/en/layout/css/global.css,v 1.10 2005/11/23 14:22:06 keramida Exp $
|
||||
*/
|
||||
|
||||
body {
|
||||
|
@ -10,7 +10,7 @@ body {
|
|||
font-family: verdana, sans-serif;
|
||||
font-size: 69%;
|
||||
color: #000;
|
||||
background: #fff url("../images/hdr_fill.png") repeat-x;
|
||||
background: #fff url("../images/hdr_fill.png") repeat-x;
|
||||
}
|
||||
|
||||
h1 {
|
||||
|
@ -57,7 +57,7 @@ ol, ul, li {
|
|||
font-size: 1.0em;
|
||||
line-height: 1.2em;
|
||||
margin-top: 0.2em;
|
||||
margin-bottom: 0.1em;
|
||||
margin-bottom: 0.1em;
|
||||
}
|
||||
|
||||
p {
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* FreeBSD.org - Layout Styles
|
||||
*
|
||||
* $FreeBSD$
|
||||
* $FreeBSD: www/en/layout/css/layout.css,v 1.5 2005/11/23 14:22:06 keramida Exp $
|
||||
*/
|
||||
|
||||
/* Container Definitions */
|
||||
|
@ -44,8 +44,8 @@
|
|||
float: left;
|
||||
}
|
||||
|
||||
#HEADERLOGOLEFT img, #headerlogoleft img {
|
||||
border: 0px;
|
||||
#HEADERLOGOLEFT img, #headerlogoleft img {
|
||||
border: 0px;
|
||||
}
|
||||
|
||||
#HEADERLOGORIGHT, #headerlogoright {
|
||||
|
@ -80,13 +80,13 @@
|
|||
white-space: nowrap; /* for Opera */
|
||||
}
|
||||
|
||||
#SEARCH form label, #search form label {
|
||||
#SEARCH form label, #search form label {
|
||||
color: #666;
|
||||
font-size: 0.8em;
|
||||
font-size: 0.8em;
|
||||
}
|
||||
|
||||
#SEARCH form input, #search form input {
|
||||
font-size: 0.8em;
|
||||
#SEARCH form input, #search form input {
|
||||
font-size: 0.8em;
|
||||
}
|
||||
|
||||
#SEARCH form #SUBMIT, #search form #submit {
|
||||
|
@ -127,13 +127,13 @@
|
|||
white-space: nowrap; /* for Opera */
|
||||
}
|
||||
|
||||
#MIRROR form label, #mirror form label {
|
||||
#MIRROR form label, #mirror form label {
|
||||
color: #666;
|
||||
font-size: 0.8em;
|
||||
font-size: 0.8em;
|
||||
}
|
||||
|
||||
#MIRROR form select, #mirror form select {
|
||||
font-size: 0.8em;
|
||||
#MIRROR form select, #mirror form select {
|
||||
font-size: 0.8em;
|
||||
}
|
||||
|
||||
#MIRROR form #mirrorsel, #mirror form #mirrorsel {
|
||||
|
@ -156,7 +156,7 @@
|
|||
#CONTENT, #content {
|
||||
clear: both;
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
|
||||
#FRONTCONTAINER, #frontcontainer {
|
||||
width: 100%;
|
||||
|
@ -306,7 +306,7 @@
|
|||
border-right: 0;
|
||||
padding-left: 0;
|
||||
}
|
||||
|
||||
|
||||
/* Shortcuts */
|
||||
|
||||
#FRONTSHORTCUTS, #frontshortcuts {
|
||||
|
@ -471,9 +471,9 @@
|
|||
/* Footer */
|
||||
|
||||
#FOOTER, #footer {
|
||||
font-size: 0.9em;
|
||||
color: #737373;
|
||||
line-height: 1.3em;
|
||||
font-size: 0.9em;
|
||||
color: #737373;
|
||||
line-height: 1.3em;
|
||||
padding-top: 5px;
|
||||
clear: both;
|
||||
}
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* FreeBSD.org - Navigation (and List) Styles
|
||||
*
|
||||
* $FreeBSD$
|
||||
* $FreeBSD: www/en/layout/css/navigation.css,v 1.3 2005/11/23 14:22:06 keramida Exp $
|
||||
*/
|
||||
|
||||
/* Site Navigation */
|
||||
|
@ -62,7 +62,7 @@
|
|||
|
||||
#TOPNAVLIST li a, #topnavlist li a {
|
||||
color: #666;
|
||||
font-weight: bold;
|
||||
font-weight: bold;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue