Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
Community Documentation
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
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
Bio-IT
Community Documentation
Commits
aa9e2ab8
Unverified
Commit
aa9e2ab8
authored
6 years ago
by
Patrick Marsceill
Committed by
GitHub
6 years ago
Browse files
Options
Downloads
Plain Diff
Merge pull request
#6
from pmarsceill/paths-problems
Fix moar paths
parents
1b715049
b38f9863
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
_layouts/default.html
+2
-2
2 additions, 2 deletions
_layouts/default.html
_sass/support/mixins/_buttons.scss
+2
-0
2 additions, 0 deletions
_sass/support/mixins/_buttons.scss
docs/ui-components/typography.md
+1
-1
1 addition, 1 deletion
docs/ui-components/typography.md
with
5 additions
and
3 deletions
_layouts/default.html
+
2
−
2
View file @
aa9e2ab8
...
...
@@ -5,7 +5,7 @@
<div
class=
"page-wrap"
>
<div
class=
"side-bar"
>
<a
href=
"{{ site.baseurl }}
/
"
class=
"site-title fs-6 text-grey-dk-300 lh-tight"
>
{{ site.title }}
</a>
<a
href=
"{{ site.baseurl }}"
class=
"site-title fs-6 text-grey-dk-300 lh-tight"
>
{{ site.title }}
</a>
<span
class=
"fs-3"
><button
class=
"js-main-nav-trigger navigation-list-toggle btn btn-outline"
type=
"button"
data-text-toggle=
"Hide"
>
Menu
</button></span>
<div
class=
"navigation main-nav js-main-nav"
>
{% include nav.html %}
...
...
@@ -38,7 +38,7 @@
{% if page.parent != nil and page.parent != page.title %}
<nav
class=
"breadcrumb-nav"
>
<ol
class=
"breadcrumb-nav-list"
>
<li
class=
"breadcrumb-nav-list-item"
><a
href=
"{{ site.url
| absolute_
url }}
/
{{ page.parent | slugify }}"
>
{{ page.parent }}
</a></li>
<li
class=
"breadcrumb-nav-list-item"
><a
href=
"{{ site.url
}}{{ site.base
url }}{{ page.parent | slugify }}"
>
{{ page.parent }}
</a></li>
<li
class=
"breadcrumb-nav-list-item"
><span>
{{ page.title }}
</span></li>
</ol>
</nav>
...
...
This diff is collapsed.
Click to expand it.
_sass/support/mixins/_buttons.scss
+
2
−
0
View file @
aa9e2ab8
...
...
@@ -2,12 +2,14 @@
@mixin
btn-color
(
$fg
,
$bg
)
{
color
:
$fg
;
background-color
:
darken
(
$bg
,
2%
);
background-image
:
linear-gradient
(
lighten
(
$bg
,
5%
)
,
darken
(
$bg
,
2%
));
box-shadow
:
0
1px
3px
rgba
(
0
,
0
,
0
,
0
.25
)
,
0
4px
10px
rgba
(
0
,
0
,
0
,
0
.12
);
&
:hover
,
&
.zeroclipboard-is-hover
{
color
:
$fg
;
background-color
:
darken
(
$bg
,
4%
);
background-image
:
linear-gradient
((
lighten
(
$bg
,
2%
)
,
darken
(
$bg
,
4%
)));
}
...
...
This diff is collapsed.
Click to expand it.
docs/ui-components/typography.md
+
1
−
1
View file @
aa9e2ab8
...
...
@@ -111,4 +111,4 @@ Text can be **bold**, _italic_, or ~~strikethrough~~.
There are a number of specific typographic CSS classes that allow you to do override default styling for font size, font-weight, line height, and capitalization.
[
View typography utilities
](
{{
site.base
_
url }}{% link docs/utilities/utilities.md %}#typography){: .btn .btn-outline }
[
View typography utilities
](
{{
site.baseurl }}{% link docs/utilities/utilities.md %}#typography){: .btn .btn-outline }
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