Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
howto-cards LEGACY VERSION
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
R3
howto-cards LEGACY VERSION
Merge requests
!106
feat: use styles from theme (remove the ones inlined)
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
feat: use styles from theme (remove the ones inlined)
13-move-css-of-index-boxes-to-the-theme
into
develop
Overview
3
Commits
2
Pipelines
2
Changes
4
3 unresolved threads
Hide all comments
Merged
Jacek Lebioda
requested to merge
13-move-css-of-index-boxes-to-the-theme
into
develop
5 years ago
Overview
3
Commits
2
Pipelines
2
Changes
1
3 unresolved threads
Hide all comments
Expand
Closes
#13 (closed)
Edited
5 years ago
by
Jacek Lebioda
0
0
Merge request reports
Compare
version 1
version 1
a67ce0e6
5 years ago
develop (base)
and
latest version
latest version
c56a7e7f
2 commits,
5 years ago
version 1
a67ce0e6
1 commit,
5 years ago
Show latest version
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Gemfile
+
1
−
1
Options
@@ -12,7 +12,7 @@ gem "jekyll", "~> 4.0"
gem
"
bundler
"
,
"> 2.0"
gem
"
minima
"
,
"~> 2.5"
gem
'
jekyll-theme-lcsb-default
'
,
'~> 0.3.
2
'
gem
'
jekyll-theme-lcsb-default
'
,
'~> 0.3.
6
'
# If you want to use GitHub Pages, remove the "gem "jekyll"" above and
# uncomment the line below. To upgrade, run `bundle update github-pages`.
Loading