Skip to content
Snippets Groups Projects
Commit 7c11e5fc authored by Lewis Nyman's avatar Lewis Nyman
Browse files

[#2224379] Removed set width and remove mobile meta tag

parent 7cbd2bbf
No related branches found
No related tags found
No related merge requests found
...@@ -8,17 +8,11 @@ ...@@ -8,17 +8,11 @@
.container-12 { .container-12 {
margin-left: auto; margin-left: auto;
margin-right: auto; margin-right: auto;
width: 960px; max-width: 960px;
padding: 0 10px; padding: 0 10px;
//@include susy-grid-background; //@include susy-grid-background;
} }
#header,
#footer,
#page {
min-width: 960px;
}
//Support for Legacy Grid-x classes - for db content like the support page //Support for Legacy Grid-x classes - for db content like the support page
/* todo: remove all grid classes post upgrade */ /* todo: remove all grid classes post upgrade */
.grid-1 { .grid-1 {
......
...@@ -43,6 +43,9 @@ ...@@ -43,6 +43,9 @@
?><!DOCTYPE html> ?><!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php print $language->language; ?>" version="XHTML+RDFa 1.0" dir="<?php print $language->dir; ?>"<?php print $rdf_namespaces; ?>> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php print $language->language; ?>" version="XHTML+RDFa 1.0" dir="<?php print $language->dir; ?>"<?php print $rdf_namespaces; ?>>
<head profile="<?php print $grddl_profile; ?>"> <head profile="<?php print $grddl_profile; ?>">
<meta name="HandheldFriendly" content="true" />
<meta name="viewport" content="width=device-width" />
<meta name="MobileOptimized" content="width" />
<?php print $head; ?> <?php print $head; ?>
<title><?php print $head_title; ?></title> <title><?php print $head_title; ?></title>
<?php print $styles; ?> <?php print $styles; ?>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment