Revision: 22381
          http://sourceforge.net/p/bibdesk/svn/22381
Author:   hofman
Date:     2018-06-30 20:34:57 +0000 (Sat, 30 Jun 2018)
Log Message:
-----------
use div for standalone bib desk icon in help on top page

Modified Paths:
--------------
    trunk/bibdesk/BibDesk.help/Contents/Resources/English.lproj/bibdesk.texi
    
trunk/bibdesk/BibDesk.help/Contents/Resources/English.lproj/sty/bibdeskhelp.css

Modified: 
trunk/bibdesk/BibDesk.help/Contents/Resources/English.lproj/bibdesk.texi
===================================================================
--- trunk/bibdesk/BibDesk.help/Contents/Resources/English.lproj/bibdesk.texi    
2018-06-30 20:15:51 UTC (rev 22380)
+++ trunk/bibdesk/BibDesk.help/Contents/Resources/English.lproj/bibdesk.texi    
2018-06-30 20:34:57 UTC (rev 22381)
@@ -107,6 +107,14 @@
 @end html
 @end macro
 
+@c A macro to display the BibDesk icon
+
+@macro icon
+@html
+<div class="icon"></div>
+@end html
+@end macro
+
 @c Use a @node command before every sectioning command.
 @c Make sure that each node is included in a menu of a node one level higher. 
 @c Usually, the menu comes just before the lower level sectioning commands. 
@@ -121,7 +129,7 @@
 @node Top
 @top BibDesk 
 
-@image{gfx/BibDeskIcon,,, BibDesk}
+@icon
 @heading About BibDesk
 
 BibDesk @value{VERSION} is a BibTeX editor and reference manager. Because it 
is a

Modified: 
trunk/bibdesk/BibDesk.help/Contents/Resources/English.lproj/sty/bibdeskhelp.css
===================================================================
--- 
trunk/bibdesk/BibDesk.help/Contents/Resources/English.lproj/sty/bibdeskhelp.css 
    2018-06-30 20:15:51 UTC (rev 22380)
+++ 
trunk/bibdesk/BibDesk.help/Contents/Resources/English.lproj/sty/bibdeskhelp.css 
    2018-06-30 20:34:57 UTC (rev 22381)
@@ -31,7 +31,7 @@
     font-size: 14px;
 }
 
-h1.chapter:before, h1.appendix:before, h2.section:before, h2.subsection:before 
{
+h1.chapter:before, h1.appendix:before, h2.section:before, 
h2.subsection:before, div.icon {
     content: "";
     display: inline-block;
     vertical-align: bottom;
@@ -48,10 +48,9 @@
 only screen and (     -o-min-device-pixel-ratio: 2/1),
 only screen and (        min-device-pixel-ratio: 2) {
     
-    h1.chapter:before, h1.appendix:before, h2.section:before, 
h2.subsection:before {
+    h1.chapter:before, h1.appendix:before, h2.section:before, 
h2.subsection:before, div.icon {
         background-image: url("../gfx/[email protected]");
     }
-    
 }
 
 a {

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Bibdesk-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bibdesk-commit

Reply via email to