Skip to content
GitLab
    • Explore Projects Groups Snippets
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • B bootstrap
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 263
    • Issues 263
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 114
    • Merge requests 114
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Bootstrap
  • bootstrap
  • Merge requests
  • !11414

Add missing `.small` styles and docs

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Administrator requested to merge github/fork/zlatanvasovic/small into master 11 years ago
  • Overview 0
  • Commits 1
  • Pipelines 0
  • Changes 4

Created by: zlatanvasovic

Quick fix to improve .small.

Compare
  • master (base)

and
  • latest version
    0da3901e
    1 commit, 2 years ago

4 files
+ 8
- 5

    Preferences

    File browser
    Compare changes
dist‎/css‎
bootst‎rap.css‎ +4 -2
bootstra‎p.min.css‎ +1 -1
le‎ss‎
type‎.less‎ +2 -1
css.‎html‎ +1 -1
dist/css/bootstrap.css
+ 4
- 2
  • View file @ 0da3901e

  • Edit in single-file editor

  • Open in Web IDE


@@ -692,13 +692,15 @@ blockquote p:last-child {
margin-bottom: 0;
}
blockquote small {
blockquote small,
blockquote .small {
display: block;
line-height: 1.428571429;
color: #999999;
}
blockquote small:before {
blockquote small:before,
blockquote .small:before {
content: '\2014 \00A0';
}
dist/css/bootstrap.min.css
+ 1
- 1
  • View file @ 0da3901e

  • Edit in single-file editor

  • Open in Web IDE

Changes are too large to be shown.

View file @ 0da3901e
less/type.less
+ 2
- 1
  • View file @ 0da3901e

  • Edit in single-file editor

  • Open in Web IDE


@@ -233,7 +233,8 @@ blockquote {
p:last-child {
margin-bottom: 0;
}
small {
small,
.small {
display: block;
line-height: @line-height-base;
color: @blockquote-small-color;
css.html
+ 1
- 1
  • View file @ 0da3901e

  • Edit in single-file editor

  • Open in Web IDE


@@ -871,7 +871,7 @@ base_url: "../"
<p>Style and content changes for simple variations on a standard <code>&lt;blockquote&gt;</code>.</p>
<h4>Naming a source</h4>
<p>Add <code>&lt;small&gt;</code> tag for identifying the source. Wrap the name of the source work in <code>&lt;cite&gt;</code>.</p>
<p>Add <code>&lt;small&gt;</code> tag or <code>.small</code> class for identifying the source. Wrap the name of the source work in <code>&lt;cite&gt;</code>.</p>
<div class="bs-example">
<blockquote>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.</p>
0 Assignees
None
Assign to
0 Reviewers
None
Request review from
Labels
2
css feature
2
css feature
    Assign labels
  • Manage project labels

Milestone
v3.0.3
v3.0.3
None
Time tracking
No estimate or time spent
Lock merge request
Unlocked
1
1 participant
Administrator
Reference: twbs/bootstrap!11414
Source branch: github/fork/zlatanvasovic/small

Menu

Explore Projects Groups Snippets