diff --git a/css/themes/default/images/ajax-loader.png b/css/themes/default/images/ajax-loader.png index 0973ae04..13b208dd 100644 Binary files a/css/themes/default/images/ajax-loader.png and b/css/themes/default/images/ajax-loader.png differ diff --git a/css/themes/default/images/icons-18-black.png b/css/themes/default/images/icons-18-black.png index 32fa6e7e..ce1b758a 100644 Binary files a/css/themes/default/images/icons-18-black.png and b/css/themes/default/images/icons-18-black.png differ diff --git a/css/themes/default/images/icons-18-white.png b/css/themes/default/images/icons-18-white.png index f4e6787a..1ab01272 100644 Binary files a/css/themes/default/images/icons-18-white.png and b/css/themes/default/images/icons-18-white.png differ diff --git a/css/themes/default/images/icons-36-black.png b/css/themes/default/images/icons-36-black.png index e508159e..1a59d7c3 100644 Binary files a/css/themes/default/images/icons-36-black.png and b/css/themes/default/images/icons-36-black.png differ diff --git a/css/themes/default/images/icons-36-white.png b/css/themes/default/images/icons-36-white.png index 3f342ccb..5647bdc9 100644 Binary files a/css/themes/default/images/icons-36-white.png and b/css/themes/default/images/icons-36-white.png differ diff --git a/css/themes/valencia/images/ajax-loader.png b/css/themes/valencia/images/ajax-loader.png index 0973ae04..13b208dd 100644 Binary files a/css/themes/valencia/images/ajax-loader.png and b/css/themes/valencia/images/ajax-loader.png differ diff --git a/css/themes/valencia/images/icon-search-black.png b/css/themes/valencia/images/icon-search-black.png index dc84bde5..0257f96c 100644 Binary files a/css/themes/valencia/images/icon-search-black.png and b/css/themes/valencia/images/icon-search-black.png differ diff --git a/css/themes/valencia/images/icons-18-black.png b/css/themes/valencia/images/icons-18-black.png index 32fa6e7e..ce1b758a 100644 Binary files a/css/themes/valencia/images/icons-18-black.png and b/css/themes/valencia/images/icons-18-black.png differ diff --git a/css/themes/valencia/images/icons-18-white.png b/css/themes/valencia/images/icons-18-white.png index f4e6787a..1ab01272 100644 Binary files a/css/themes/valencia/images/icons-18-white.png and b/css/themes/valencia/images/icons-18-white.png differ diff --git a/css/themes/valencia/images/icons-36-black.png b/css/themes/valencia/images/icons-36-black.png index e508159e..1a59d7c3 100644 Binary files a/css/themes/valencia/images/icons-36-black.png and b/css/themes/valencia/images/icons-36-black.png differ diff --git a/css/themes/valencia/images/icons-36-white.png b/css/themes/valencia/images/icons-36-white.png index 3f342ccb..5647bdc9 100644 Binary files a/css/themes/valencia/images/icons-36-white.png and b/css/themes/valencia/images/icons-36-white.png differ diff --git a/css/themes/valencia/images/texture_05.png b/css/themes/valencia/images/texture_05.png index bbe42e54..ef39c5fd 100644 Binary files a/css/themes/valencia/images/texture_05.png and b/css/themes/valencia/images/texture_05.png differ diff --git a/css/themes/valencia/images/texture_075.png b/css/themes/valencia/images/texture_075.png index a50bfd3b..4a496ed8 100644 Binary files a/css/themes/valencia/images/texture_075.png and b/css/themes/valencia/images/texture_075.png differ diff --git a/docs/pages/page-anatomy.html b/docs/pages/page-anatomy.html index 67f4fc82..9368c0eb 100644 --- a/docs/pages/page-anatomy.html +++ b/docs/pages/page-anatomy.html @@ -49,7 +49,7 @@
Note above that there is a meta viewport tag in the head to specify how the browser should display the page zoom level and dimensions. If this isn't set, many mobile browsers will use a "virtual" page width around 900 pixels to make it work well with exisitng desktop sites but the screens may look zoomed out and too wide. By setting the viewport attributes to content="width=device-width, initial-scale=1", the width will be set to the pixel width of the device screen.
Note above that there is a meta viewport tag in the head to specify how the browser should display the page zoom level and dimensions. If this isn't set, many mobile browsers will use a "virtual" page width around 900 pixels to make it work well with existing desktop sites but the screens may look zoomed out and too wide. By setting the viewport attributes to content="width=device-width, initial-scale=1", the width will be set to the pixel width of the device screen.
<meta name="viewport" content="width=device-width, initial-scale=1">