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

Dirk Haun dhaun at qs1489.pair.com
Sat Jul 26 12:25:19 EDT 2008


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

Modified Files:
	style.css 
Log Message:
Feature request #0000154: Added a "Subscribe to ..." option for easy subscription to topic feeds


Index: style.css
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/public_html/layout/professional/style.css,v
retrieving revision 1.105
retrieving revision 1.106
diff -C2 -d -r1.105 -r1.106
*** style.css	26 Jul 2008 13:43:58 -0000	1.105
--- style.css	26 Jul 2008 16:25:16 -0000	1.106
***************
*** 267,271 ****
  .ext-link {
    background-color: transparent;
!   background: url(./images/external.png) right center no-repeat;
    background-attachment: scroll;
    padding-right: 13px;
--- 267,271 ----
  .ext-link {
    background-color: transparent;
!   background: url(./images/external.png) center right no-repeat;
    background-attachment: scroll;
    padding-right: 13px;
***************
*** 273,276 ****
--- 273,284 ----
  .ext-link-rtl {
  }
+ .feed-link {
+   background-color: transparent;
+   background: url(./images/feed.png) center right no-repeat;
+   background-attachment: scroll;
+   padding: 2px 16px 2px 0px;
+ }
+ .feed-link-rtl {
+ }
  .strike {
    text-decoration: line-through;




More information about the geeklog-cvs mailing list