Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
J
jekyll-elixir-theme
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
Repository
Value Stream
External Wiki
External Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
elixir
jekyll-elixir-theme
Commits
6268c0ce
Commit
6268c0ce
authored
Feb 27, 2020
by
Jacek Lebioda
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: improve accessibility - better contrast, spacing on mobile, title element etc.
parent
d21535b6
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
3 deletions
+7
-3
_includes/header.html
_includes/header.html
+1
-1
_sass/elixir/_footer.scss
_sass/elixir/_footer.scss
+5
-1
elixir-theme.gemspec
elixir-theme.gemspec
+1
-1
No files found.
_includes/header.html
View file @
6268c0ce
...
...
@@ -4,7 +4,7 @@
<img
src=
"{{ 'assets/ELIXIR_LU.png' | relative_url }}"
title=
"ELIXIR LU logo"
alt=
"ELIXIR LU logo"
/>
</a>
<div
class=
"hamburger"
>
<input
type=
"checkbox"
/>
<input
type=
"checkbox"
title=
"Toggle menu"
/>
<ul>
<li><a
{%
if
page.layout =
=
'
index
'
%}
class=
"active"
{%
endif
%}
href=
"{{ '/' | relative_url }}"
>
Home
</a></li>
...
...
_sass/elixir/_footer.scss
View file @
6268c0ce
...
...
@@ -41,6 +41,10 @@
float
:
none
;
min-width
:
0
;
@media
only
screen
and
(
max-width
:
$FOOTER_RESPONSIVENESS_THRESHOLD
)
{
padding-bottom
:
9px
;
}
a
{
display
:
inline-block
;
zoom
:
1
;
...
...
@@ -109,7 +113,7 @@
}
#address
{
color
:
#
888
;
color
:
#
999
;
font-size
:
14px
;
padding-top
:
14px
;
@media
only
screen
and
(
max-width
:
$FOOTER_RESPONSIVENESS_THRESHOLD
)
{
...
...
elixir-theme.gemspec
View file @
6268c0ce
...
...
@@ -2,7 +2,7 @@
Gem
::
Specification
.
new
do
|
spec
|
spec
.
name
=
"jekyll-elixir-theme"
spec
.
version
=
"0.9.1
6
"
spec
.
version
=
"0.9.1
7
"
spec
.
authors
=
[
"jacek.lebioda"
]
spec
.
email
=
[
"jacek.lebioda@uni.lu"
]
...
...
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