QNX Media Query


/ Published in: CSS
Save to your folder(s)



Copy this code and paste it in your HTML
  1. @media all and (os-platform: "QNX")
  2. {
  3.  
  4. s|ActionBar{
  5. defaultButtonAppearance: normal;
  6. titleAlign:"left";
  7.  
  8. }
  9.  
  10. s|ActionBar #titleDisplay
  11. {
  12. fontFamily: "Eurostile";
  13. fontWeight: bold;
  14. fontSize: 48;
  15. }
  16.  
  17. }

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.