Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
bash-rest-api-client
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
IML Open Source
bash-rest-api-client
Compare revisions
250dc9d7d2729780e17bdb22adbcdd8c946643fd to 2ce89bd58cbb7332946c3441b0afeb8088f544c2
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
iml-open-source/bash-rest-api-client
Select target project
No results found
2ce89bd58cbb7332946c3441b0afeb8088f544c2
Select Git revision
Branches
master
1 result
Swap
Target
iml-open-source/bash-rest-api-client
Select target project
iml-open-source/bash-rest-api-client
1 result
250dc9d7d2729780e17bdb22adbcdd8c946643fd
Select Git revision
Branches
master
1 result
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (2)
update css for h5
· 79abd7aa
Hahn Axel (hahn)
authored
8 months ago
79abd7aa
Merge branch 'extend-authorization' into 'master'
· 2ce89bd5
Hahn Axel (hahn)
authored
8 months ago
update css for h5 See merge request
!6
2ce89bd5
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/style.css
+9
-6
9 additions, 6 deletions
docs/style.css
with
9 additions
and
6 deletions
docs/style.css
View file @
2ce89bd5
...
@@ -10,12 +10,13 @@
...
@@ -10,12 +10,13 @@
--brand-background
:
var
(
--body-background
);
--brand-background
:
var
(
--body-background
);
--code-tag-border-color
:
#d8d8d8
;
--code-tag-border-color
:
#d8d8d8
;
--hr-color
:
none
;
--hr-color
:
none
;
--pager-background-color
:
#f8fafa
;
--pager-border-color
:
none
;
--search-field-background
:
none
;
--search-field-background
:
none
;
--search-field-border-color
:
none
;
--search-field-border-color
:
none
;
--sidebar-background
:
var
(
--body-background
);
--sidebar-background
:
var
(
--body-background
);
--sidebar-border-color
:
none
;
--sidebar-border-color
:
none
;
--sidebar-link-active-background
:
#e8f4f6
;
--sidebar-link-active-background
:
#f0f4f6
;
--sidebar-link-active-background
:
#eee
;
/* Axels custom values */
/* Axels custom values */
--axel_bg-toc
:
var
(
--body-background
);
--axel_bg-toc
:
var
(
--body-background
);
--axel_bg-toc-head
:
#f8f8f8
;
--axel_bg-toc-head
:
#f8f8f8
;
...
@@ -34,9 +35,9 @@
...
@@ -34,9 +35,9 @@
--axel_h2-hero-bottom
:
2px
solid
#912
;
--axel_h2-hero-bottom
:
2px
solid
#912
;
--axel_h3
:
#333
;
--axel_h3
:
#333
;
--axel_h3-bottom
:
0px
solid
#ddd
;
--axel_h3-bottom
:
0px
solid
#ddd
;
--axel_h4
:
#4
44
;
--axel_h4
:
#4
66
;
--axel_h5
:
#
888
;
--axel_h5
:
#
699
;
--axel_hero_bg
:
#f
8f8f8
;
--axel_hero_bg
:
#f
af6f2
;
--axel_img-border
:
2px
dashed
#ccc
;
--axel_img-border
:
2px
dashed
#ccc
;
--axel_nav-bg
:
#fcfcfc
;
--axel_nav-bg
:
#fcfcfc
;
--axel_nav-buttomborder
:
#ddd
;
--axel_nav-buttomborder
:
#ddd
;
...
@@ -77,6 +78,8 @@
...
@@ -77,6 +78,8 @@
--axel_h2-hero-bottom
:
2px
solid
#712
;
--axel_h2-hero-bottom
:
2px
solid
#712
;
--axel_h3
:
#589
;
--axel_h3
:
#589
;
--axel_h3-bottom
:
0px
solid
#333
;
--axel_h3-bottom
:
0px
solid
#333
;
--axel_h4
:
#478
;
--axel_h5
:
#278
;
--axel_hero_bg
:
#242424
;
--axel_hero_bg
:
#242424
;
--axel_img-border
:
2px
dashed
#555
;
--axel_img-border
:
2px
dashed
#555
;
--axel_nav-bg
:
#242424
;
--axel_nav-bg
:
#242424
;
...
@@ -278,7 +281,7 @@ div.hero h2 {
...
@@ -278,7 +281,7 @@ div.hero h2 {
border-top-left-radius
:
1em
;
border-top-left-radius
:
1em
;
font-size
:
1.1em
;
font-size
:
1.1em
;
margin
:
0
;
margin
:
0
;
padding
:
0
;
padding
:
0
.3em
;
}
}
.TableOfContentsContainer__content
{
.TableOfContentsContainer__content
{
...
...
This diff is collapsed.
Click to expand it.