Added usage info for the search

This commit is contained in:
Armin Ronacher 2015-12-20 13:48:37 +01:00
parent b440253729
commit 6830a89209
3 changed files with 8 additions and 1 deletions

File diff suppressed because one or more lines are too long

View File

@ -18,4 +18,5 @@ documentation:
</span> </span>
</div> </div>
</form> </form>
<div class="search-usage-info">Powered by Google</div>
</div> </div>

View File

@ -688,3 +688,9 @@ div.doc-styling div.gsc-control-cse {
} }
} }
} }
.google-custom-search .search-usage-info {
text-align: right;
font-size: 13px;
padding-top: 5px;
}