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
de859ee8
Commit
de859ee8
authored
Aug 07, 2019
by
Jacek Lebioda
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed glitches
parent
e01e6029
Changes
8
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
7 additions
and
12 deletions
+7
-12
_layouts/article.html
_layouts/article.html
+1
-1
_layouts/page.html
_layouts/page.html
+0
-5
_layouts/paginated.html
_layouts/paginated.html
+1
-1
_layouts/paginated_left_col.html
_layouts/paginated_left_col.html
+1
-1
_layouts/post.html
_layouts/post.html
+1
-1
_layouts/search.html
_layouts/search.html
+1
-1
_sass/elixir/_responsive.scss
_sass/elixir/_responsive.scss
+1
-1
elixir-theme.gemspec
elixir-theme.gemspec
+1
-1
No files found.
_layouts/article.html
View file @
de859ee8
...
...
@@ -2,7 +2,7 @@
layout: default
---
<article
class=
"margin-wrapper"
>
<article
class=
"
body-wrapper
margin-wrapper"
>
<div
id=
"left-column"
></div>
...
...
_layouts/page.html
deleted
100644 → 0
View file @
e01e6029
---
layout: default
---
{{ content }}
_layouts/paginated.html
View file @
de859ee8
...
...
@@ -2,7 +2,7 @@
layout: default
---
<article
class=
"margin-wrapper"
>
<article
class=
"
body-wrapper
margin-wrapper"
>
<div
id=
"left-column"
>
</div>
...
...
_layouts/paginated_left_col.html
View file @
de859ee8
...
...
@@ -2,7 +2,7 @@
layout: default
---
<article
class=
"margin-wrapper"
>
<article
class=
"
body-wrapper
margin-wrapper"
>
<div
id=
"left-column"
>
<h2>
{{ page.section }}
</h2>
...
...
_layouts/post.html
View file @
de859ee8
...
...
@@ -2,7 +2,7 @@
layout: default
---
<article
class=
"one_column"
class=
"margin-wrapper"
>
<article
class=
"one_column"
class=
"
body-wrapper
margin-wrapper"
>
<div>
<header>
<h1>
...
...
_layouts/search.html
View file @
de859ee8
...
...
@@ -2,7 +2,7 @@
layout: default
---
<article
class=
"margin-wrapper"
>
<article
class=
"
body-wrapper
margin-wrapper"
>
<div
id=
"left-column"
></div>
...
...
_sass/elixir/_responsive.scss
View file @
de859ee8
// RESPONSIVENESS OF LAYOUT
$MOBILE_DEVICES
:
600px
;
$TABLET_DEVICES
:
1
0
25px
;
$TABLET_DEVICES
:
1
2
25px
;
$LOW_RES
:
1605px
;
$HD_RES
:
1930px
;
...
...
elixir-theme.gemspec
View file @
de859ee8
...
...
@@ -2,7 +2,7 @@
Gem
::
Specification
.
new
do
|
spec
|
spec
.
name
=
"jekyll-elixir-theme"
spec
.
version
=
"0.6.
1
"
spec
.
version
=
"0.6.
2
"
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