Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
Trèfle
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
6
Issues
6
List
Boards
Labels
Service Desk
Milestones
Merge Requests
2
Merge Requests
2
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Open source
Trèfle
Commits
191b02e5
Commit
191b02e5
authored
Oct 23, 2019
by
Lucas Détré
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
refactoring
parent
224fcf08
Pipeline
#1625
passed with stage
in 1 minute and 30 seconds
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
31 deletions
+9
-31
trefle/explorer/app.css
trefle/explorer/app.css
+6
-6
trefle/explorer/components/navbar.tag.html
trefle/explorer/components/navbar.tag.html
+3
-25
No files found.
trefle/explorer/app.css
View file @
191b02e5
...
...
@@ -259,27 +259,27 @@ dl:nth-child(even) {
#nav-title
{
font-size
:
3em
;
margin-bottom
:
1rem
;
margin-top
:
.5rem
;
margin-bottom
:
1rem
;
margin-top
:
.5rem
;
padding
:
.3rem
3rem
;
}
.vertical-nav
.nav-link
{
min-width
:
14rem
;
min-width
:
14rem
;
width
:
14rem
;
font-size
:
16px
;
padding
:
1rem
3rem
;
}
.horizontal-nav
.nav-link
{
min-width
:
1rem
;
min-width
:
1rem
;
width
:
5rem
;
font-size
:
16px
;
padding
:
.5rem
1rem
;
}
.nav-icon
{
padding-right
:
.4rem
;
padding-right
:
.4rem
;
padding-bottom
:
.3rem
;
}
...
...
@@ -293,6 +293,6 @@ dl:nth-child(even) {
}
.page-title
{
padding-bottom
:
3rem
;
padding-bottom
:
3rem
;
font-variant
:
small-caps
;
}
\ No newline at end of file
trefle/explorer/components/navbar.tag.html
View file @
191b02e5
<navbar>
<progress
style=
"display: none"
id=
"progress"
/>
<!-- Horizontal navbar -->
<!-- Horizontal navbar -->
<div
class=
"horizontal-nav bg-light"
id=
"sidebar"
>
<ul
class=
"nav bg-light mb-0"
>
<li
class=
"nav-item bg-light"
>
</li>
<li
class=
"nav-item bg-light"
>
</li>
<li
class=
"nav-item bg-light"
>
</li>
<li
class=
"nav-item bg-light"
>
</li>
<li
class=
"nav-item bg-light"
>
</li>
<li
class=
"nav-item bg-light"
>
</li>
</ul>
</div>
<!-- End horizontal navbar -->
<!-- Vertical navbar -->
<!-- Vertical navbar -->
<div
class=
"vertical-nav bg-light"
id=
"sidebar"
>
<ul
class=
"nav flex-column bg-light mb-0"
>
<li
class=
"nav-item bg-light"
>
<a
href=
"."
id=
"nav-title"
class=
"nav-link text-dark"
>
☘
</a>
...
...
@@ -63,18 +53,6 @@
Outils
</a>
</li>
<!--
<li class="nav-item">
<h4>
<a href="#glossary" class="{selected: window.location.hash.startsWith('#glossary')} nav-link bg-light">Glossaire</a>
</h4>
</li>
<li class="nav-item">
<h4>
<a href="#schema" class="{selected: window.location.hash.startsWith('#schema')} nav-link bg-light">Schéma</a>
</h4>
</li>
-->
</ul>
</div>
<!-- End vertical navbar -->
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment