From 46b0e94e25f7e488be1d4bd09e4f60c48df586f6 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Thu, 13 Nov 2014 18:27:41 +0200 Subject: [PATCH] Specify `img` dimensions in the HTML. --- docs/about.html | 8 ++++---- docs/assets/css/src/docs.css | 4 ---- 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/docs/about.html b/docs/about.html index f0d5d134bb..80daba5d1a 100644 --- a/docs/about.html +++ b/docs/about.html @@ -30,7 +30,7 @@ lead: "Learn about the project's history, meet the maintaining teams, and find o
- @{{ member.user }} + @{{ member.user }} {{ member.name }} @{{ member.user }}
@@ -84,13 +84,13 @@ lead: "Learn about the project's history, meet the maintaining teams, and find o

Download the Bootstrap mark in one of three styles, each available as an SVG file. Right click, Save as.

- Bootstrap + Bootstrap
- Bootstrap + Bootstrap
- Bootstrap + Bootstrap
diff --git a/docs/assets/css/src/docs.css b/docs/assets/css/src/docs.css index 0a1cef183b..fb03e18581 100644 --- a/docs/assets/css/src/docs.css +++ b/docs/assets/css/src/docs.css @@ -1459,10 +1459,6 @@ h1[id] { color: #fff; background-color: #563d7c; } -.bs-brand-item .svg { - width: 144px; - height: 144px; -} /* Heading content within */ .bs-brand-item h1, -- 2.47.2