Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bootstrap
bootstrap
Commits
46b0e94e
Commit
46b0e94e
authored
10 years ago
by
XhmikosR
Browse files
Options
Download
Email Patches
Plain Diff
Specify `img` dimensions in the HTML.
parent
26656058
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
docs/about.html
+4
-4
docs/about.html
docs/assets/css/src/docs.css
+0
-4
docs/assets/css/src/docs.css
with
4 additions
and
8 deletions
+4
-8
docs/about.html
+
4
-
4
View file @
46b0e94e
...
...
@@ -30,7 +30,7 @@ lead: "Learn about the project's history, meet the maintaining teams, and find o
<div
class=
"list-group-item"
>
<iframe
class=
"github-btn"
src=
"http://ghbtns.com/github-btn.html?user={{ member.user }}&type=follow"
></iframe>
<a
class=
"team-member"
href=
"https://github.com/{{ member.user }}"
>
<img
src=
"http://www.gravatar.com/avatar/{{ member.gravatar }}"
alt=
"@{{ member.user }}"
>
<img
src=
"http://www.gravatar.com/avatar/{{ member.gravatar }}"
alt=
"@{{ member.user }}"
width=
"32"
height=
"32"
>
<strong>
{{ member.name }}
</strong>
<small>
@{{ member.user }}
</small>
</a>
</div>
...
...
@@ -84,13 +84,13 @@ lead: "Learn about the project's history, meet the maintaining teams, and find o
<p>
Download the Bootstrap mark in one of three styles, each available as an SVG file. Right click, Save as.
</p>
<div
class=
"bs-brand-logos"
>
<div
class=
"bs-brand-item"
>
<img
class=
"svg"
src=
"../assets/brand/bootstrap-solid.svg"
alt=
"Bootstrap"
>
<img
class=
"svg"
src=
"../assets/brand/bootstrap-solid.svg"
alt=
"Bootstrap"
width=
"144"
height=
"144"
>
</div>
<div
class=
"bs-brand-item inverse"
>
<img
class=
"svg"
src=
"../assets/brand/bootstrap-outline.svg"
alt=
"Bootstrap"
>
<img
class=
"svg"
src=
"../assets/brand/bootstrap-outline.svg"
alt=
"Bootstrap"
width=
"144"
height=
"144"
>
</div>
<div
class=
"bs-brand-item inverse"
>
<img
class=
"svg"
src=
"../assets/brand/bootstrap-punchout.svg"
alt=
"Bootstrap"
>
<img
class=
"svg"
src=
"../assets/brand/bootstrap-punchout.svg"
alt=
"Bootstrap"
width=
"144"
height=
"144"
>
</div>
</div>
...
...
This diff is collapsed.
Click to expand it.
docs/assets/css/src/docs.css
+
0
-
4
View file @
46b0e94e
...
...
@@ -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
,
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment