web/html/docs/release-notes/f10/en_US fedora.css, NONE, 1.1 How_are_Things_for_Developers.php, 1.1, 1.2 Legal_Stuff_and_Administrivia.php, 1.1, 1.2 Power_Users_Get_What_Features_and_Fixes.php, 1.1, 1.2 Upfront_About_Multimedia.php, 1.1, 1.2 What_Do_System_Adminstrators_Care_About.php, 1.1, 1.2 What_is_New_for_Gamers_Scientists_and_Hobbyists.php, 1.1, 1.2 What_is_New_for_Installation_and_Live_Images.php, 1.1, 1.2 What_is_the_Latest_on_the_Desktop.php, 1.1, 1.2 index.php, 1.1, 1.2 sn-legalnotice.php, 1.1, 1.2

Karsten Wade kwade at fedoraproject.org
Tue Nov 25 06:10:31 UTC 2008


Author: kwade

Update of /cvs/fedora/web/html/docs/release-notes/f10/en_US
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv6390/release-notes/f10/en_US

Modified Files:
	How_are_Things_for_Developers.php 
	Legal_Stuff_and_Administrivia.php 
	Power_Users_Get_What_Features_and_Fixes.php 
	Upfront_About_Multimedia.php 
	What_Do_System_Adminstrators_Care_About.php 
	What_is_New_for_Gamers_Scientists_and_Hobbyists.php 
	What_is_New_for_Installation_and_Live_Images.php 
	What_is_the_Latest_on_the_Desktop.php index.php 
	sn-legalnotice.php 
Added Files:
	fedora.css 
Log Message:
final tweaks before a rebuild; fixing index page issues


--- NEW FILE fedora.css ---
/*

CSS for Red Hat Linux Project docs from the Documentation Project

Written by Tammy Fox and Garrett LeSage

Copyright 2003 Tammy Fox, Garrett LeSage, and Red Hat, Inc.
Copywight 2005 Tommy Reynolds <Tommy.Reynolds at MegaCoder.com>

License: GPL

*/

body	{
	background-attachment	scroll;
	background-color:	#FEFEFF;
	background-image:	url('watermark.png');
	background-position:	top center;
	background-repeat:	repeat;
	margin-left:		1.5em;
	margin-right:		1.5em;
}

p {
	line-height:		140%;
}

li p {
	# display: inline;
}

li p.title {
        display: inline;
}

div.table table {
	width: 95%;
	background-color: #DCDCDC;
	color: #000000;
	border-spacing: 0;
}

div.table table th {
	border: 1px solid #A9A9A9;
	background-color: #A9A9A9;
	color: #000000;
}

div.table table td {
	border: 1px solid #A9A9A9;
	background-color: #DCDCDC;
	color: #000000;
	padding: 0.5em;
	margin-bottom: 0.5em;
	margin-top: 2px;

}

div.note table, div.tip table, div.important table, div.caution table, div.warning table {
	width: 95%;
	border: 2px solid #D0D0B0;
	background-color: #FAF9E0;
	color: #000000;
	/* padding inside table area */
	padding: 0.5em;
	margin-bottom: 0.5em;
	margin-top: 0.5em;
}

.qandaset table {
	border-collapse: collapse;
}
.qandaset {
}
.qandaset tr.question {
}
.qandaset tr.question td {
	font-weight: bold;
	padding: 1em 1em 0;
}
.qandaset tr.answer td {
	padding: 0.25em 1em 1.5em;
}
.qandaset tr.question td, .qandaset tr.answer td {
}

.segmentedlist {
}
.segmentedlist .title {
	font-weight: bold;
	margin-bottom: 0.5em;
	margin-top: 1.5em;
}
.segmentedlist table {
	border-collapse: collapse;
	margin-bottom: 2em;
}
.segmentedlist tr {
	border: 1px solid #22437f;
}
.segmentedlist tr.segtitle {
        background: #33649f;
	color: #fefefe;
	font-weight: bold;
}
.segmentedlist th {
	text-align: left;
	padding: 0.5em 5em 0.5em 0.5em;
}
.segmentedlist td {
	padding: 0.5em 5em 0.5em 0.5em;
}

hr {
	border: 0;
	border-bottom: 1px solid #ccc;
}

h1, h2, h3, h4 {
	font-family: luxi sans,sans-serif;
	color: #22437f;
	font-weight: bold;
}
h1 {
	font-size: 1.75em;
}

h2 {
	font-size: 1.25em;
}

h3 {
	font-size: 1.1em;
}

a:link {
	color: #900;
}
a:visited {
	color: #48468f;
}
a:hover {
	color: #f20;
}

code.screen, pre.screen {
	font-family: monospace;
	font-size: 1em;
	display: block;
	padding: 10px;
	border: 1px solid #bbb;
	background-color: #eee;
	color: #000;
	overflow: auto;
	border-radius: 2.5px;
	-moz-border-radius: 2.5px;
	margin: 0.5em 2em;
}

div.example {
	padding: 10px;
	border: 1px solid #bbb;
	margin: 0.5em 2em;
}

.procedure ol li {
	margin-bottom: 0.5em;
}
.procedure ol li li {
	/* prevent inheritance */
	margin-bottom: 0em;
}
.procedure ol li pre {
	margin-bottom: 1em;
}

.itemizedlist ul li {
	margin-bottom: 0.5em;
}
.itemizedlist ul li li {
	/* prevent inheritance */
	margin-bottom: 0em;
}

p.title	{
	text-align: center;
}

.package {
    font-style: italic;
}


Index: How_are_Things_for_Developers.php
===================================================================
RCS file: /cvs/fedora/web/html/docs/release-notes/f10/en_US/How_are_Things_for_Developers.php,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- How_are_Things_for_Developers.php	25 Nov 2008 01:08:38 -0000	1.1
+++ How_are_Things_for_Developers.php	25 Nov 2008 06:10:00 -0000	1.2
@@ -2,7 +2,6 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>7. What is New for Developers</title>
-<link rel="stylesheet" href="fedora.css" type="text/css">
 <meta name="generator" content="DocBook XSL Stylesheets V1.73.2">
 <link rel="start" href="index.php" title="Release Notes">
 <link rel="up" href="index.php" title="Release Notes">


Index: Legal_Stuff_and_Administrivia.php
===================================================================
RCS file: /cvs/fedora/web/html/docs/release-notes/f10/en_US/Legal_Stuff_and_Administrivia.php,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- Legal_Stuff_and_Administrivia.php	25 Nov 2008 01:08:38 -0000	1.1
+++ Legal_Stuff_and_Administrivia.php	25 Nov 2008 06:10:00 -0000	1.2
@@ -2,7 +2,6 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>9. Legal and Miscellaneous</title>
-<link rel="stylesheet" href="fedora.css" type="text/css">
 <meta name="generator" content="DocBook XSL Stylesheets V1.73.2">
 <link rel="start" href="index.php" title="Release Notes">
 <link rel="up" href="index.php" title="Release Notes">


Index: Power_Users_Get_What_Features_and_Fixes.php
===================================================================
RCS file: /cvs/fedora/web/html/docs/release-notes/f10/en_US/Power_Users_Get_What_Features_and_Fixes.php,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- Power_Users_Get_What_Features_and_Fixes.php	25 Nov 2008 01:08:38 -0000	1.1
+++ Power_Users_Get_What_Features_and_Fixes.php	25 Nov 2008 06:10:00 -0000	1.2
@@ -2,7 +2,6 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>6. Features and Fixes for Power Users</title>
-<link rel="stylesheet" href="fedora.css" type="text/css">
 <meta name="generator" content="DocBook XSL Stylesheets V1.73.2">
 <link rel="start" href="index.php" title="Release Notes">
 <link rel="up" href="index.php" title="Release Notes">


Index: Upfront_About_Multimedia.php
===================================================================
RCS file: /cvs/fedora/web/html/docs/release-notes/f10/en_US/Upfront_About_Multimedia.php,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- Upfront_About_Multimedia.php	25 Nov 2008 01:08:38 -0000	1.1
+++ Upfront_About_Multimedia.php	25 Nov 2008 06:10:00 -0000	1.2
@@ -2,7 +2,6 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>3. Upfront About Multimedia</title>
-<link rel="stylesheet" href="fedora.css" type="text/css">
 <meta name="generator" content="DocBook XSL Stylesheets V1.73.2">
 <link rel="start" href="index.php" title="Release Notes">
 <link rel="up" href="index.php" title="Release Notes">


Index: What_Do_System_Adminstrators_Care_About.php
===================================================================
RCS file: /cvs/fedora/web/html/docs/release-notes/f10/en_US/What_Do_System_Adminstrators_Care_About.php,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- What_Do_System_Adminstrators_Care_About.php	25 Nov 2008 01:08:38 -0000	1.1
+++ What_Do_System_Adminstrators_Care_About.php	25 Nov 2008 06:10:00 -0000	1.2
@@ -2,7 +2,6 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>8. What is New for System Adminstrators</title>
-<link rel="stylesheet" href="fedora.css" type="text/css">
 <meta name="generator" content="DocBook XSL Stylesheets V1.73.2">
 <link rel="start" href="index.php" title="Release Notes">
 <link rel="up" href="index.php" title="Release Notes">


Index: What_is_New_for_Gamers_Scientists_and_Hobbyists.php
===================================================================
RCS file: /cvs/fedora/web/html/docs/release-notes/f10/en_US/What_is_New_for_Gamers_Scientists_and_Hobbyists.php,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- What_is_New_for_Gamers_Scientists_and_Hobbyists.php	25 Nov 2008 01:08:38 -0000	1.1
+++ What_is_New_for_Gamers_Scientists_and_Hobbyists.php	25 Nov 2008 06:10:00 -0000	1.2
@@ -2,7 +2,6 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>5. What is New for Gamers, Scientists, and Hobbyists</title>
-<link rel="stylesheet" href="fedora.css" type="text/css">
 <meta name="generator" content="DocBook XSL Stylesheets V1.73.2">
 <link rel="start" href="index.php" title="Release Notes">
 <link rel="up" href="index.php" title="Release Notes">


Index: What_is_New_for_Installation_and_Live_Images.php
===================================================================
RCS file: /cvs/fedora/web/html/docs/release-notes/f10/en_US/What_is_New_for_Installation_and_Live_Images.php,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- What_is_New_for_Installation_and_Live_Images.php	25 Nov 2008 01:08:38 -0000	1.1
+++ What_is_New_for_Installation_and_Live_Images.php	25 Nov 2008 06:10:00 -0000	1.2
@@ -2,7 +2,6 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>2. What is New for Installation and Live Images</title>
-<link rel="stylesheet" href="fedora.css" type="text/css">
 <meta name="generator" content="DocBook XSL Stylesheets V1.73.2">
 <link rel="start" href="index.php" title="Release Notes">
 <link rel="up" href="index.php" title="Release Notes">


Index: What_is_the_Latest_on_the_Desktop.php
===================================================================
RCS file: /cvs/fedora/web/html/docs/release-notes/f10/en_US/What_is_the_Latest_on_the_Desktop.php,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- What_is_the_Latest_on_the_Desktop.php	25 Nov 2008 01:08:38 -0000	1.1
+++ What_is_the_Latest_on_the_Desktop.php	25 Nov 2008 06:10:00 -0000	1.2
@@ -2,7 +2,6 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>4. What is New for Desktop Users</title>
-<link rel="stylesheet" href="fedora.css" type="text/css">
 <meta name="generator" content="DocBook XSL Stylesheets V1.73.2">
 <link rel="start" href="index.php" title="Release Notes">
 <link rel="up" href="index.php" title="Release Notes">


Index: index.php
===================================================================
RCS file: /cvs/fedora/web/html/docs/release-notes/f10/en_US/index.php,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- index.php	25 Nov 2008 01:08:38 -0000	1.1
+++ index.php	25 Nov 2008 06:10:00 -0000	1.2
@@ -2,7 +2,6 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Release Notes</title>
-<link rel="stylesheet" href="fedora.css" type="text/css">
 <meta name="generator" content="DocBook XSL Stylesheets V1.73.2">
 <meta name="description" content="Important information about this release of Fedora">
 <link rel="start" href="index.php" title="Release Notes">


Index: sn-legalnotice.php
===================================================================
RCS file: /cvs/fedora/web/html/docs/release-notes/f10/en_US/sn-legalnotice.php,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sn-legalnotice.php	25 Nov 2008 01:08:38 -0000	1.1
+++ sn-legalnotice.php	25 Nov 2008 06:10:00 -0000	1.2
@@ -2,7 +2,6 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Legal Notice</title>
-<link rel="stylesheet" href="fedora.css" type="text/css">
 <meta name="generator" content="DocBook XSL Stylesheets V1.73.2">
 </head>
 <?




More information about the Fedora-websites-list mailing list