[geeklog-cvs] geeklog: Denim: modified style.css for the breadcrumbs navigation

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Mon Apr 23 19:08:22 EDT 2012


changeset 8615:48be6b0e1e40
url:  http://project.geeklog.net/cgi-bin/hgwebdir.cgi/geeklog/rev/48be6b0e1e40
user: dengen
date: Tue Apr 24 01:17:52 2012 +0900
description:
Denim: modified style.css for the breadcrumbs navigation

diffstat:

 public_html/layout/denim/style.css     |  8 ++++++++
 public_html/layout/denim/style_rtl.css |  8 ++++++++
 2 files changed, 16 insertions(+), 0 deletions(-)

diffs (36 lines):

diff -r 34441916e8a8 -r 48be6b0e1e40 public_html/layout/denim/style.css
--- a/public_html/layout/denim/style.css	Tue Apr 24 01:16:22 2012 +0900
+++ b/public_html/layout/denim/style.css	Tue Apr 24 01:17:52 2012 +0900
@@ -1987,6 +1987,14 @@
 }
 
 /*--------------------------------------
+  Breadcrumbs Navigation
+--------------------------------------*/
+
+.bc_navigation {
+  margin: -1em 0 1em;
+}
+
+/*--------------------------------------
   My Account Page
 --------------------------------------*/
 
diff -r 34441916e8a8 -r 48be6b0e1e40 public_html/layout/denim/style_rtl.css
--- a/public_html/layout/denim/style_rtl.css	Tue Apr 24 01:16:22 2012 +0900
+++ b/public_html/layout/denim/style_rtl.css	Tue Apr 24 01:17:52 2012 +0900
@@ -1991,6 +1991,14 @@
 }
 
 /*--------------------------------------
+  Breadcrumbs Navigation
+--------------------------------------*/
+
+.bc_navigation {
+  margin: -1em 0 1em;
+}
+
+/*--------------------------------------
   My Account Page
 --------------------------------------*/
 



More information about the geeklog-cvs mailing list