[geeklog-cvs] Geeklog-1.x/public_html/layout/professional style.css, 1.102, 1.103

Michael Jervis mjervis at qs1489.pair.com
Tue Jul 1 15:53:03 EDT 2008


Update of /cvsroot/geeklog/Geeklog-1.x/public_html/layout/professional
In directory qs1489.pair.com:/tmp/cvs-serv5370/public_html/layout/professional

Modified Files:
	style.css 
Log Message:
Partial fix for Bug 671, hard-coded ltrness of ext-links class. CSS needs cross browser magic. Which I give up on.

Index: style.css
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/public_html/layout/professional/style.css,v
retrieving revision 1.102
retrieving revision 1.103
diff -C2 -d -r1.102 -r1.103
*** style.css	1 Jun 2008 07:39:18 -0000	1.102
--- style.css	1 Jul 2008 19:52:59 -0000	1.103
***************
*** 271,274 ****
--- 271,280 ----
    padding-right: 13px;
  }
+ .ext-link-rtl {
+   background-color: transparent;
+   background: url(./images/external.png) left center no-repeat;
+   background-attachment: scroll;
+   padding-left: 13px;
+ }
  .strike {
    text-decoration: line-through;




More information about the geeklog-cvs mailing list