Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Made icons smaller in documentation source. #47

Merged
merged 2 commits into from
Feb 23, 2014
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