Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Miroslav Kratochvil
jekyll-theme-lcsb-default
Commits
9ba946ac
Commit
9ba946ac
authored
Mar 12, 2020
by
Jacek Lebioda
Browse files
feat: include search-box styles
parent
e93f75fb
Changes
3
Hide whitespace changes
Inline
Side-by-side
_sass/minima.scss
View file @
9ba946ac
...
...
@@ -54,5 +54,6 @@ $footer-height: 50px;
"minima/frozen"
,
"minima/syntax-highlighting"
,
"minima/lcsb"
,
"minima/boxes"
"minima/boxes"
,
"minima/search"
;
_sass/minima/_search.scss
0 → 100644
View file @
9ba946ac
h3
.result
{
font-size
:
large
;
}
#search_query
{
border
:
solid
2px
#eee
;
padding
:
8px
;
height
:
20px
;
font-size
:
20px
;
width
:
500px
;
min-width
:
400px
;
}
button
.search
[
type
=
submit
]
{
border
:
solid
2px
#eee
;
padding
:
1px
;
height
:
35px
;
width
:
150px
;
font-size
:
20px
;
color
:
#4c4c4c
;
background
:
#efefef
;
border-radius
:
8px
;
margin-top
:
3px
;
}
#search_header
{
margin-top
:
50px
;
display
:
none
}
#search_results_table
{
margin-top
:
20px
;
width
:
100%
;
}
#search_results_placeholder_td
{
border
:
none
;
}
jekyll-theme-lcsb-default.gemspec
View file @
9ba946ac
...
...
@@ -2,7 +2,7 @@
Gem
::
Specification
.
new
do
|
spec
|
spec
.
name
=
"jekyll-theme-lcsb-default"
spec
.
version
=
"0.3.
4
"
spec
.
version
=
"0.3.
5
"
spec
.
authors
=
[
"Trefex"
,
"jaceklebioda_lux"
]
spec
.
email
=
[
"lcsb-sysadmins@uni.lu"
]
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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