Skip to content
Snippets Groups Projects
Commit b224fd5b authored by Bill Lorensen's avatar Bill Lorensen
Browse files

ENH: Added support for style sheets

parent 69e03fc4
No related branches found
No related tags found
No related merge requests found
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<div>
<gcse:searchbox-only></gcse:searchbox-only>
</div>
<gcse:searchbox-only>Search</gcse:searchbox-only>
......@@ -12,3 +12,5 @@ markdown_extensions:
google_analytics:
- 'UA-3660134-4'
- 'auto'
extra_css:
- 'stylesheets/extra.css'
.gsc-input-box{
width:200px!important;
border-color:#746534!important;
height:30px!important;
}
.cse .gsc-search-button input.gsc-search-button-v2, input.gsc-search-button-v2 {
-webkit-box-sizing: border-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
}
......@@ -45,6 +45,8 @@ if test $count -lt $expected; then
fi
echo "4) Update the html pages"
mkdir docs/stylesheets
cp src/stylesheets/extra.css docs/stylesheets/extra.css
mkdocs build
echo "5) Copy sitemap.xml"
......
.gsc-input-box{
width:200px!important;
border-color:#746534!important;
height:30px!important;
}
.cse .gsc-search-button input.gsc-search-button-v2, input.gsc-search-button-v2 {
-webkit-box-sizing: border-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
}
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