Trim EOL spaces. No other content/CSS changes included.

This commit is contained in:
Giorgos Keramidas 2005-11-23 14:25:40 +00:00
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

View file

@ -1,14 +1,14 @@
/* /*
FreeBSD.org - "Red" Style FreeBSD.org - "Red" Style
Inspired by AListApart, PositionIsEverything, Mozilla, Red Hat, and many more. Inspired by AListApart, PositionIsEverything, Mozilla, Red Hat, and many more.
Copyright (c) 2004, 2005 The FreeBSD Project Copyright (c) 2004, 2005 The FreeBSD Project
Copyright (c) 2004, 2005 Emily Boyd <emily at emilyboyd.com> Copyright (c) 2004, 2005 Emily Boyd <emily at emilyboyd.com>
This file, and any imported stylesheets are licensed under the BSD license. 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"); @import url("global.css");

View file

@ -1,7 +1,7 @@
/* /*
*FreeBSD.org - Global Styles *FreeBSD.org - Global Styles
* *
* $FreeBSD$ * $FreeBSD: www/en/layout/css/global.css,v 1.10 2005/11/23 14:22:06 keramida Exp $
*/ */
body { body {
@ -10,7 +10,7 @@ body {
font-family: verdana, sans-serif; font-family: verdana, sans-serif;
font-size: 69%; font-size: 69%;
color: #000; color: #000;
background: #fff url("../images/hdr_fill.png") repeat-x; background: #fff url("../images/hdr_fill.png") repeat-x;
} }
h1 { h1 {
@ -57,7 +57,7 @@ ol, ul, li {
font-size: 1.0em; font-size: 1.0em;
line-height: 1.2em; line-height: 1.2em;
margin-top: 0.2em; margin-top: 0.2em;
margin-bottom: 0.1em; margin-bottom: 0.1em;
} }
p { p {

View file

@ -1,7 +1,7 @@
/* /*
* FreeBSD.org - Layout Styles * 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 */ /* Container Definitions */
@ -44,8 +44,8 @@
float: left; float: left;
} }
#HEADERLOGOLEFT img, #headerlogoleft img { #HEADERLOGOLEFT img, #headerlogoleft img {
border: 0px; border: 0px;
} }
#HEADERLOGORIGHT, #headerlogoright { #HEADERLOGORIGHT, #headerlogoright {
@ -80,13 +80,13 @@
white-space: nowrap; /* for Opera */ white-space: nowrap; /* for Opera */
} }
#SEARCH form label, #search form label { #SEARCH form label, #search form label {
color: #666; color: #666;
font-size: 0.8em; font-size: 0.8em;
} }
#SEARCH form input, #search form input { #SEARCH form input, #search form input {
font-size: 0.8em; font-size: 0.8em;
} }
#SEARCH form #SUBMIT, #search form #submit { #SEARCH form #SUBMIT, #search form #submit {
@ -127,13 +127,13 @@
white-space: nowrap; /* for Opera */ white-space: nowrap; /* for Opera */
} }
#MIRROR form label, #mirror form label { #MIRROR form label, #mirror form label {
color: #666; color: #666;
font-size: 0.8em; font-size: 0.8em;
} }
#MIRROR form select, #mirror form select { #MIRROR form select, #mirror form select {
font-size: 0.8em; font-size: 0.8em;
} }
#MIRROR form #mirrorsel, #mirror form #mirrorsel { #MIRROR form #mirrorsel, #mirror form #mirrorsel {
@ -156,7 +156,7 @@
#CONTENT, #content { #CONTENT, #content {
clear: both; clear: both;
display: block; display: block;
} }
#FRONTCONTAINER, #frontcontainer { #FRONTCONTAINER, #frontcontainer {
width: 100%; width: 100%;
@ -306,7 +306,7 @@
border-right: 0; border-right: 0;
padding-left: 0; padding-left: 0;
} }
/* Shortcuts */ /* Shortcuts */
#FRONTSHORTCUTS, #frontshortcuts { #FRONTSHORTCUTS, #frontshortcuts {
@ -471,9 +471,9 @@
/* Footer */ /* Footer */
#FOOTER, #footer { #FOOTER, #footer {
font-size: 0.9em; font-size: 0.9em;
color: #737373; color: #737373;
line-height: 1.3em; line-height: 1.3em;
padding-top: 5px; padding-top: 5px;
clear: both; clear: both;
} }

View file

@ -1,7 +1,7 @@
/* /*
* FreeBSD.org - Navigation (and List) Styles * 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 */ /* Site Navigation */
@ -62,7 +62,7 @@
#TOPNAVLIST li a, #topnavlist li a { #TOPNAVLIST li a, #topnavlist li a {
color: #666; color: #666;
font-weight: bold; font-weight: bold;
text-decoration: none; text-decoration: none;
} }