Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
bluecheese-3334807
Manage
Activity
Members
Labels
Plan
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Issue forks
bluecheese-3334807
Commits
7c11e5fc
Commit
7c11e5fc
authored
11 years ago
by
Lewis Nyman
Browse files
Options
Downloads
Patches
Plain Diff
[
#2224379
] Removed set width and remove mobile meta tag
parent
7cbd2bbf
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
sass/partials/common/_global.scss
+1
-7
1 addition, 7 deletions
sass/partials/common/_global.scss
tpl/html.tpl.php
+3
-0
3 additions, 0 deletions
tpl/html.tpl.php
with
4 additions
and
7 deletions
sass/partials/common/_global.scss
+
1
−
7
View file @
7c11e5fc
...
@@ -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
{
...
...
This diff is collapsed.
Click to expand it.
tpl/html.tpl.php
+
3
−
0
View file @
7c11e5fc
...
@@ -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
;
?>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment