From: <gem...@li...> - 2011-11-23 14:19:27
|
Revision: 276 http://gemstracker.svn.sourceforge.net/gemstracker/?rev=276&view=rev Author: matijsdejong Date: 2011-11-23 14:19:16 +0000 (Wed, 23 Nov 2011) Log Message: ----------- Added a.globe and a.pdf classes with image. Modified Paths: -------------- trunk/new_project/htdocs/gems/css/gems-new.css trunk/new_project/htdocs/gems/css/gems.css Added Paths: ----------- trunk/new_project/htdocs/gems/images/globe.png Modified: trunk/new_project/htdocs/gems/css/gems-new.css =================================================================== --- trunk/new_project/htdocs/gems/css/gems-new.css 2011-11-23 14:03:58 UTC (rev 275) +++ trunk/new_project/htdocs/gems/css/gems-new.css 2011-11-23 14:19:16 UTC (rev 276) @@ -95,6 +95,16 @@ text-decoration: underline !important; } +a.globe { + background: transparent url(../images/globe.png) no-repeat scroll right center; + padding-right: 20px; +} + +a.pdf { + background: transparent url(../images/pdf_small.gif) no-repeat scroll right center; + padding-right: 20px !important; +} + body { margin: 0; padding: 0; Modified: trunk/new_project/htdocs/gems/css/gems.css =================================================================== --- trunk/new_project/htdocs/gems/css/gems.css 2011-11-23 14:03:58 UTC (rev 275) +++ trunk/new_project/htdocs/gems/css/gems.css 2011-11-23 14:19:16 UTC (rev 276) @@ -34,6 +34,16 @@ text-decoration: underline !important; } +a.globe { + background: transparent url(../images/globe.png) no-repeat scroll right center; + padding-right: 20px; +} + +a.pdf { + background: transparent url(../images/pdf_small.gif) no-repeat scroll right center; + padding-right: 20px !important; +} + #all, #all_full_width { margin: 0 auto; max-width: 1012px; Added: trunk/new_project/htdocs/gems/images/globe.png =================================================================== (Binary files differ) Property changes on: trunk/new_project/htdocs/gems/images/globe.png ___________________________________________________________________ Added: svn:mime-type + application/octet-stream This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |