summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/app/shared/_handheld.scss
diff options
context:
space:
mode:
authorStefan Wintermeyer <stefan.wintermeyer@amooma.de>2013-01-22 15:33:06 +0100
committerStefan Wintermeyer <stefan.wintermeyer@amooma.de>2013-01-22 15:33:06 +0100
commit39aa7132ceed3d4beab3a9b828e571bbfc67c07e (patch)
tree6c88289c9f99be0af8635636fcdf64102090e5ec /app/assets/stylesheets/app/shared/_handheld.scss
parent5ad8203ce4f1bfea997960d0b52c626dea24b944 (diff)
parent6f69c1a85055ec7c2515719d79d2a7a4e60cec50 (diff)
Merge branch 'develop'5.1-beta1
Diffstat (limited to 'app/assets/stylesheets/app/shared/_handheld.scss')
-rw-r--r--app/assets/stylesheets/app/shared/_handheld.scss25
1 files changed, 0 insertions, 25 deletions
diff --git a/app/assets/stylesheets/app/shared/_handheld.scss b/app/assets/stylesheets/app/shared/_handheld.scss
deleted file mode 100644
index 1efc5e9..0000000
--- a/app/assets/stylesheets/app/shared/_handheld.scss
+++ /dev/null
@@ -1,25 +0,0 @@
-//
-// Media queries for responsive design.
-//
-// These follow after primary styles so they will successfully override.
-//
-
-@media all and (orientation:portrait) {
- // Style adjustments for portrait mode goes here
-
-}
-
-@media all and (orientation:landscape) {
- // Style adjustments for landscape mode goes here
-
-}
-
-// Grade-A Mobile Browsers (Opera Mobile, Mobile Safari, Android Chrome)
-// consider this: www.cloudfour.com/css-media-query-for-mobile-is-fools-gold/
-@media screen and (max-device-width: 480px) {
-
-
- // Uncomment if you don't want iOS and WinMobile to mobile-optimize the text for you: j.mp/textsizeadjust
- // html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; }
-}
-