web/html/docs/security-guide/f13/en-US/html/Common_Content/css common.css, 1.1, 1.2

Eric Christensen sparks at fedoraproject.org
Tue Apr 13 03:16:27 UTC 2010


Author: sparks

Update of /cvs/fedora/web/html/docs/security-guide/f13/en-US/html/Common_Content/css
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv27889/html/Common_Content/css

Modified Files:
	common.css 
Log Message:
Updated to F13


Index: common.css
===================================================================
RCS file: /cvs/fedora/web/html/docs/security-guide/f13/en-US/html/Common_Content/css/common.css,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- common.css	20 Nov 2009 22:22:07 -0000	1.1
+++ common.css	13 Apr 2010 03:15:57 -0000	1.2
@@ -16,7 +16,7 @@
 	margin-left: 300px;
 }
 
-object.toc {
+object.toc, iframe.toc {
 	/*for web hosting system only*/
 	border-style:none;
 	position:fixed;
@@ -473,10 +473,6 @@
 	font-weight:bold;
 }
 
-.package {
-	font-style:italic;
-}
-
 /* inline syntax highlighting */
 .perl_Alert {
 	color: #0000ff;
@@ -585,6 +581,14 @@
 	list-style-type: decimal;
 }
 
+ol ol {
+	list-style-type: lower-alpha;
+}
+
+ol.arabic {
+	list-style-type: decimal;
+}
+
 ol.loweralpha {
 	list-style-type: lower-alpha;
 }
@@ -677,11 +681,8 @@
 	color:#444;
 }
 
-pre, code, .guibutton, .keycap, .guilabel {
+.guibutton, .guilabel {
 	font-family:"liberation mono", "bitstream vera mono", "dejavu mono", monospace;
-}
-
-.guibutton, .keycap, .guilabel {
 	font-weight:bold;
 	white-space:nowrap;
 }
@@ -695,10 +696,9 @@
 
 /*terminal/console text*/
 .computeroutput, 
-.citetitle, 
-.replaceable, 
 .option {
 	font-family:"liberation mono", "bitstream vera mono", "dejavu mono", monospace;
+	font-weight:bold;
 }
 
 .replaceable {
@@ -711,6 +711,11 @@
 	font-weight:bold;
 }
 
+/* no bold in toc */
+.toc * {
+	font-weight: inherit;
+}
+
 pre {
 	font-family:"liberation mono", "bitstream vera mono", "dejavu mono", monospace;
 	display:block;
@@ -731,7 +736,18 @@
 }
 
 code {
+	font-family:"liberation mono", "bitstream vera mono", "dejavu mono", monospace;
 	white-space: nowrap;
+	font-weight:bold;
+}
+
+.parameter code {
+	display: inline;
+	white-space: pre-wrap; /* css-3 */
+	white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
+	white-space: -pre-wrap; /* Opera 4-6 */
+	white-space: -o-pre-wrap; /* Opera 7 */
+	word-wrap: break-word; /* Internet Explorer 5.5+ */
 }
 
 /*Notifications*/
@@ -861,7 +877,7 @@
 	border-collapse:collapse;
 }
 
-table.simplelist {
+table.simplelist, .calloutlist table {
 	border-style: none;
 }
 
@@ -1370,7 +1386,7 @@
 	color:#336699;
 }
 
-.package {
+.package, .citetitle {
 	font-style: italic;
 }
 
@@ -1447,3 +1463,15 @@
 	text-decoration: underline;
 }
 
+.calloutlist img, .callout {
+	padding: 0em;
+	margin: 0em;
+	width: 12pt;
+	display: inline;
+}
+
+.stepalternatives {
+	list-style-image: none;
+	list-style-type: none;
+}
+



More information about the docs-commits mailing list