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
04a1520d
Commit
04a1520d
authored
Dec 16, 2019
by
Jacek Lebioda
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added event-info box
parent
423ff6d5
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
32 additions
and
1 deletion
+32
-1
_sass/elixir.scss
_sass/elixir.scss
+1
-0
_sass/elixir/eventinfo.scss
_sass/elixir/eventinfo.scss
+30
-0
elixir-theme.gemspec
elixir-theme.gemspec
+1
-1
No files found.
_sass/elixir.scss
View file @
04a1520d
...
...
@@ -2,6 +2,7 @@
"elixir/accordion"
,
"elixir/base"
,
"elixir/cards"
,
"elixir/eventinfo"
,
"elixir/footer"
,
"elixir/header"
,
"elixir/helpers"
,
...
...
_sass/elixir/eventinfo.scss
0 → 100644
View file @
04a1520d
.event-info
{
min-width
:
175px
;
min-height
:
60px
;
float
:
right
;
border
:
solid
2px
rgb
(
2
,
52
,
82
);
border-radius
:
5px
;
padding
:
10px
;
margin-bottom
:
100px
;
span
{
display
:
block
;
padding-bottom
:
2px
;
}
.event-info-date
{
font-size
:
15pt
;
}
.event-info-date
{
&
:before
{
content
:
'('
;
}
&
:after
{
content
:
')'
;
}
font-size
:
smaller
;
}
}
elixir-theme.gemspec
View file @
04a1520d
...
...
@@ -2,7 +2,7 @@
Gem
::
Specification
.
new
do
|
spec
|
spec
.
name
=
"jekyll-elixir-theme"
spec
.
version
=
"0.9.1
4
"
spec
.
version
=
"0.9.1
5
"
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