From 504b922bfff86c5cc7db56f83525cec9ff485f17 Mon Sep 17 00:00:00 2001 From: JJ Geewax Date: Sun, 23 Feb 2014 11:32:26 -0500 Subject: [PATCH 1/2] Made icons smaller. --- docs/_static/custom.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/_static/custom.css b/docs/_static/custom.css index 3d606c1585f4..83cbe0d3d9b3 100644 --- a/docs/_static/custom.css +++ b/docs/_static/custom.css @@ -27,7 +27,7 @@ body.two-column #gc-sidebar { .service.topic { width: 33%; - height: 435px; + height: 340px; float: left; text-align: center; } @@ -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%; From ff51fc8e9bd6391e7455c3204e010a7d71f94416 Mon Sep 17 00:00:00 2001 From: JJ Geewax Date: Sun, 23 Feb 2014 11:38:18 -0500 Subject: [PATCH 2/2] Fixed the same thing again... --- docs/_templates/layout.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_templates/layout.html b/docs/_templates/layout.html index b8dcc3a3c7ac..0e768abe59a1 100644 --- a/docs/_templates/layout.html +++ b/docs/_templates/layout.html @@ -154,7 +154,7 @@

All API Docs

{%- block github_fork -%} - Fork me on GitHub + Fork me on GitHub {%- endblock -%} {%- block header %}