Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
S
syna
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Thomas Flori
syna
Commits
423e478f
Commit
423e478f
authored
6 years ago
by
Thomas Flori
Browse files
Options
Downloads
Patches
Plain Diff
fix example styles
parent
1a8c30d8
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
resources/layouts/fullPage.phtml
+18
-12
18 additions, 12 deletions
resources/layouts/fullPage.phtml
with
18 additions
and
12 deletions
resources/layouts/fullPage.phtml
+
18
−
12
View file @
423e478f
...
...
@@ -14,7 +14,11 @@
padding
:
0
20px
;
}
#left-col
{
width
:
248px
;
position
:
relative
;
min-height
:
400px
;
}
#left-col
ul
{
width
:
calc
(
100%
-
1.5rem
);
position
:
absolute
;
z-index
:
2
;
}
...
...
@@ -39,19 +43,21 @@
</div>
<div
class=
"container"
>
<div
class=
"col l4 hide-on-med-and-down"
id=
"left-col"
>
<ul
class=
"nav"
>
<li><a
href=
"/home"
><i
class=
"material-icons"
>
home
</i>
Home
</a></li>
<li><a
href=
"/blog"
><i
class=
"material-icons"
>
rss_feed
</i>
Blog
</a></li>
<li><a
href=
"/guide"
><i
class=
"material-icons"
>
toc
</i>
Guide
</a></li>
<li><a
href=
"/docs"
><i
class=
"material-icons"
>
library_books
</i>
Documentation
</a></li>
<li><a
href=
"/exchange"
><i
class=
"material-icons"
>
question_answer
</i>
Exchange
</a></li>
</ul>
</div>
<div
class=
"col s12 l9 offset-l3"
id=
"right-col"
>
<div
class=
"row"
>
<div
class=
"col l2 hide-on-med-and-down"
id=
"left-col"
>
<ul
class=
"nav"
>
<li><a
href=
"/home"
><i
class=
"material-icons"
>
home
</i>
Home
</a></li>
<li><a
href=
"/blog"
><i
class=
"material-icons"
>
rss_feed
</i>
Blog
</a></li>
<li><a
href=
"/guide"
><i
class=
"material-icons"
>
toc
</i>
Guide
</a></li>
<li><a
href=
"/docs"
><i
class=
"material-icons"
>
library_books
</i>
Documentation
</a></li>
<li><a
href=
"/exchange"
><i
class=
"material-icons"
>
question_answer
</i>
Exchange
</a></li>
</ul>
</div>
<div
class=
"col s12 l10"
id=
"right-col"
>
<?=
$v
->
section
(
'content'
)
?>
<?=
$v
->
section
(
'content'
)
?>
</div>
</div>
</div>
</body>
...
...
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