Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion docs/_static/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ body.two-column #gc-sidebar {

.service.topic {
width: 33%;
height: 435px;
height: 340px;
float: left;
text-align: center;
}
Expand All @@ -39,6 +39,10 @@ body.two-column #gc-sidebar {
font-weight: 600;
}

.service.topic img {
width: 160px;
}

.service.topic ul {
list-style-type: none;
font-size: 110%;
Expand Down
2 changes: 1 addition & 1 deletion docs/_templates/layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ <h3>All API Docs</h3>
</head>
<body role="document" class="two-column docs">
{%- block github_fork -%}
<a href="https://github.com/GoogleCloudPlatform/gcloud-python"><img style="position: absolute; top: 0; right: 0; border: 0; z-index: 999;" src="/_static/forkme.png" alt="Fork me on GitHub"></a>
<a href="https://github.com/GoogleCloudPlatform/gcloud-python"><img style="position: absolute; top: 0; right: 0; border: 0; z-index: 999;" src="_static/forkme.png" alt="Fork me on GitHub"></a>
{%- endblock -%}
{%- block header %}
<div id="sandbar">
Expand Down