Bug 235887 - Add .win, .mac, .pc and .unix classes to show platform-specific help content. r=neil@parkwaycc.co.uk
git-svn-id: svn://10.0.0.236/trunk@154961 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#ifdef XP_WIN
|
||||
.noWin, .mac, .unix { display: none; }
|
||||
.noWin, .mac, .unix { display: none; }
|
||||
#else
|
||||
#ifdef XP_MACOSX
|
||||
.noMac, .win, .unix { display: none; }
|
||||
|
||||
Reference in New Issue
Block a user