Skip to content
Snippets Groups Projects
Commit 9ba946ac authored by Jacek Lebioda's avatar Jacek Lebioda
Browse files

feat: include search-box styles

parent e93f75fb
No related branches found
No related tags found
No related merge requests found
......@@ -54,5 +54,6 @@ $footer-height: 50px;
"minima/frozen",
"minima/syntax-highlighting",
"minima/lcsb",
"minima/boxes"
"minima/boxes",
"minima/search"
;
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;
}
......@@ -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"]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment