kindofblue/css screen.css,1.3,1.4

Dimitris Glezos (glezos) fedora-extras-commits at redhat.com
Tue Mar 13 01:27:37 UTC 2007


Author: glezos

Update of /cvs/fedora/kindofblue/css
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24488/css

Modified Files:
	screen.css 
Log Message:
  * Added "You are here" links on top of each page
  * Made logo a link


Index: screen.css
===================================================================
RCS file: /cvs/fedora/kindofblue/css/screen.css,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- screen.css	12 Mar 2007 18:31:41 -0000	1.3
+++ screen.css	13 Mar 2007 01:27:30 -0000	1.4
@@ -676,6 +676,7 @@
 /* Push stuff inside of headings */
 
 #page p,
+#page ul#pagelocation,
 #page table,
 #page div.table-of-contents,
 #page ul,
@@ -776,6 +777,43 @@
 	line-height: 150%;
 }
 
+/* Location */
+
+
+#page ul#pagelocation {
+	margin-top: -0.5em;
+	margin-bottom: 0;
+	padding: 0;
+margin-bottom: 3.5em;
+	display: block;
+	clear: left;
+}
+
+*[dir="rtl"] #pagelocation {
+	clear: right;
+}
+
+#pagelocation li  {
+	float: left;
+	display: block;
+	margin: 0;
+	padding: 0 0.5em 0 0 !important;
+	font-size: 0.9em;
+}
+
+*[dir="rtl"] #pagelocation li {
+	float: right;
+}
+
+/* XXX Warning: non-ascii characters! */
+#pagelocation li:before {
+	content: "» ";
+}
+
+#pagelocation li:first-child:before {
+	content: "";
+}
+
 /**********************************************
   Custom tables
 */




More information about the fedora-extras-commits mailing list