Changeset 182257
- Timestamp:
- 12/13/2009 06:40:51 AM (16 years ago)
- Location:
- browser-specific-css/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (2 diffs)
-
wp_browser_specific_css.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
browser-specific-css/trunk/readme.txt
r182256 r182257 2 2 Contributors: Adrian Hanft 3 3 Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=designer%40adrianhanft%2ecom&lc=US&item_name=Wordpress%20Plugin%20Development¤cy_code=USD&bn=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHosted 4 Tags: fonts, headlines, typography, theme, admin, plugin, css, design, plugin, template, page, posts, sifr, links, flash4 Tags: css, browser, target, ie6, ie7, ie8, safari, chrome, firefox, custom css, browser specific, browser selector, operating system, detect browser 5 5 Requires at least: 2.0.2 6 6 Tested up to: 2.8.6 … … 15 15 16 16 Changelog: 17 Version 0.2 18 - Corrected readme file. 17 19 18 20 Version 0.1 -
browser-specific-css/trunk/wp_browser_specific_css.php
r182256 r182257 5 5 Description: The Browser Specific CSS plugin is a tool that allows developers to easily target different browsers straight from the stylesheet. Browser Specific CSS adds a short javascript to the head of your page that enables you to use browser specific css selectors. For example, targeting Internet Explorer 7 from your stylesheet is just a matter of defining styles with a ".ie7" selector. Every major browser is supported including code for targeting Macs, PCs, and Linux operating systems. 6 6 Author: Adrian Hanft 7 Version: 0. 17 Version: 0.2 8 8 Author URI: http://adrian3.com 9 9 */
Note: See TracChangeset
for help on using the changeset viewer.