web/html/docs/security-guide/f12/en-US/html/Common_Content/css common.css, 1.2, 1.3 default.css, 1.2, 1.3

Eric Christensen sparks at fedoraproject.org
Thu Nov 19 14:23:11 UTC 2009


Author: sparks

Update of /cvs/fedora/web/html/docs/security-guide/f12/en-US/html/Common_Content/css
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv873/Common_Content/css

Modified Files:
	common.css default.css 
Log Message:
Updated latest "fix" for PK vulnerability.



Index: common.css
===================================================================
RCS file: /cvs/fedora/web/html/docs/security-guide/f12/en-US/html/Common_Content/css/common.css,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- common.css	9 Nov 2009 06:00:51 -0000	1.2
+++ common.css	19 Nov 2009 14:23:10 -0000	1.3
@@ -127,12 +127,16 @@
 	text-align:center;
 }
 
+.set .titlepage > div > div > h1.title {
+	text-align:center;
+}
+
 .producttitle {
 	margin-top: 0em;
 	margin-bottom: 0em;
 	font-size: 3.0em;
 	font-weight: bold;
-	background: #336699 url(../images/h1-bg.png) top left repeat;
+	background: #003d6e url(../images/h1-bg.png) top left repeat-x;
 	color: white;
 	text-align: center;
 	padding: 0.7em;
@@ -474,68 +478,94 @@
 }
 
 /* inline syntax highlighting */
+.perl_Alert {
+	color: #0000ff;
+}
 
-/* inline syntax highlighting */
-.hl-keyword {
-	color: #002F5D;
+.perl_BaseN {
+	color: #007f00;
 }
 
-.hl-string {
+.perl_BString {
 	color: #5C3566;
 }
 
-.hl-comment {
+.perl_Char {
+	color: #ff00ff;
+}
+
+.perl_Comment {
 	color: #FF00FF;
 }
 
-.hl-tag {
-	color: #A62C2C;
-	font-weight:bold;
+
+.perl_DataType {
+	color: #0000ff;
 }
 
-.hl-attribute {
-	color: #a70000;
+
+.perl_DecVal {
+	color: #00007f;
 }
 
-.hl-value {
+
+.perl_Error {
+	color: #ff0000;
+}
+
+
+.perl_Float {
+	color: #00007f;
+}
+
+
+.perl_Function {
+	color: #007f00;
+}
+
+
+.perl_IString {
 	color: #5C3566;
 }
 
-.hl-html {
+
+.perl_Keyword {
 	color: #002F5D;
 }
 
-.hl-xslt {
-	color: #00774B;
+
+.perl_Operator {
+	color: #ffa500;
 }
 
-.hl-section {
-	color: #00774B;
+
+.perl_Others {
+	color: #b03060;
 }
 
-.hl-directive {
-	color: #4E9A06;
 
+.perl_RegionMarker {
+	color: #96b9ff;
 }
 
-.hl-doctype {
-	color: #CE5C00;
 
+.perl_Reserved {
+	color: #9b30ff;
 }
 
-.hl-annotation {
-	color: #CE5C00;
 
+.perl_String {
+	color: #5C3566;
 }
 
-.hl-number {
-	color: #CE5C00;
 
+.perl_Variable {
+	color: #0000ff;
 }
 
-.hl-doccomment {
-	color: #CE5C00;
 
+.perl_Warning {
+	color: #0000ff;
 }
 
 /*Lists*/
@@ -692,6 +722,7 @@
 	white-space: -pre-wrap; /* Opera 4-6 */
 	white-space: -o-pre-wrap; /* Opera 7 */
 	word-wrap: break-word; /* Internet Explorer 5.5+ */
+	font-size: 0.9em;
 }
 
 pre .replaceable, 
@@ -830,6 +861,10 @@
 	border-collapse:collapse;
 }
 
+table.simplelist {
+	border-style: none;
+}
+
 table th {
 	text-align:left;
 	background-color:#6699cc;
@@ -951,31 +986,6 @@
 	color:#333;
 }
 
-/*status*/
-.alpha1 {
-	background: white url(../images/watermark-alpha1.png) top left repeat;
-}
-
-.alpha2 {
-	background: white url(../images/watermark-alpha2.png) top left repeat;
-}
-
-.beta1 {
-	background: white url(../images/watermark-beta1.png) top left repeat;
-}
-
-.beta2 {
-	background: white url(../images/watermark-beta2.png) top left repeat;
-}
-
-.pre-release-candidate {
-	background: white url(../images/watermark-pre-release-candidate.png) top left repeat;
-}
-
-.release-candidate {
-	background: white url(../images/watermark-release-candidate.png) top left repeat;
-}
-
 /*index*/
 .glossary h3, 
 .index h3 {
@@ -1346,10 +1356,14 @@
 /* Dirty EVIL Mozilla hack for round corners */
 pre {
 	-moz-border-radius:11px;
+	-webkit-border-radius:11px;
+	border-radius: 11px;
 }
 
 .example {
 	-moz-border-radius:15px;
+	-webkit-border-radius:15px;
+	border-radius: 15px;
 }
 
 .term{
@@ -1423,3 +1437,13 @@
 	margin-bottom: 0em;
 	margin-top: 1em;
 }
+
+
+.strikethrough {
+	text-decoration: line-through;
+}
+
+.underline {
+	text-decoration: underline;
+}
+


Index: default.css
===================================================================
RCS file: /cvs/fedora/web/html/docs/security-guide/f12/en-US/html/Common_Content/css/default.css,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- default.css	9 Nov 2009 06:00:51 -0000	1.2
+++ default.css	19 Nov 2009 14:23:10 -0000	1.3
@@ -1,4 +1,3 @@
 @import url("common.css");
 @import url("overrides.css");
-
-
+ at import url("lang.css");




More information about the Fedora-docs-commits mailing list