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
155b72e8
Commit
155b72e8
authored
13 years ago
by
Jacob Thornton
Browse files
Options
Download
Email Patches
Plain Diff
share -> share-alt
parent
a6eb972b
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
bootstrap.css
+2
-2
bootstrap.css
bootstrap.min.css
+1
-1
bootstrap.min.css
docs/base-css.html
+1
-1
docs/base-css.html
lib/sprites.less
+1
-1
lib/sprites.less
with
5 additions
and
5 deletions
+5
-5
bootstrap.css
+
2
-
2
View file @
155b72e8
...
@@ -6,7 +6,7 @@
...
@@ -6,7 +6,7 @@
* http://www.apache.org/licenses/LICENSE-2.0
* http://www.apache.org/licenses/LICENSE-2.0
*
*
* Designed and built with all the love in the world @twitter by @mdo and @fat.
* Designed and built with all the love in the world @twitter by @mdo and @fat.
* Date:
Thu 19
Jan 2
01
2 2
2:27:04 GMT
* Date:
Sun
Jan 22 2
0:02:42 PST 2012
*/
*/
html
,
body
{
html
,
body
{
margin
:
0
;
margin
:
0
;
...
@@ -1391,7 +1391,7 @@ i {
...
@@ -1391,7 +1391,7 @@ i {
.arrow-down
{
.arrow-down
{
background-position
:
-312px
-96px
;
background-position
:
-312px
-96px
;
}
}
.share
{
.share
-alt
{
background-position
:
-336px
-96px
;
background-position
:
-336px
-96px
;
}
}
.resize-full
{
.resize-full
{
...
...
This diff is collapsed.
Click to expand it.
bootstrap.min.css
+
1
-
1
View file @
155b72e8
...
@@ -291,7 +291,7 @@ i{background-image:url(docs/assets/img/glyphicons-halflings-sprite.png);backgrou
...
@@ -291,7 +291,7 @@ i{background-image:url(docs/assets/img/glyphicons-halflings-sprite.png);backgrou
.arrow-right
{
background-position
:
-264px
-96px
;}
.arrow-right
{
background-position
:
-264px
-96px
;}
.arrow-up
{
background-position
:
-288px
-96px
;}
.arrow-up
{
background-position
:
-288px
-96px
;}
.arrow-down
{
background-position
:
-312px
-96px
;}
.arrow-down
{
background-position
:
-312px
-96px
;}
.share
{
background-position
:
-336px
-96px
;}
.share
-alt
{
background-position
:
-336px
-96px
;}
.resize-full
{
background-position
:
-360px
-96px
;}
.resize-full
{
background-position
:
-360px
-96px
;}
.resize-small
{
background-position
:
-384px
-96px
;}
.resize-small
{
background-position
:
-384px
-96px
;}
.plus
{
background-position
:
-408px
-96px
;}
.plus
{
background-position
:
-408px
-96px
;}
...
...
This diff is collapsed.
Click to expand it.
docs/base-css.html
+
1
-
1
View file @
155b72e8
...
@@ -1458,7 +1458,7 @@
...
@@ -1458,7 +1458,7 @@
<i
class=
"arrow-right"
></i>
<i
class=
"arrow-right"
></i>
<i
class=
"arrow-up"
></i>
<i
class=
"arrow-up"
></i>
<i
class=
"arrow-down"
></i>
<i
class=
"arrow-down"
></i>
<i
class=
"share"
></i>
<i
class=
"share
-alt
"
></i>
<i
class=
"resize-full"
></i>
<i
class=
"resize-full"
></i>
<i
class=
"resize-small"
></i>
<i
class=
"resize-small"
></i>
<i
class=
"plus"
></i>
<i
class=
"plus"
></i>
...
...
This diff is collapsed.
Click to expand it.
lib/sprites.less
+
1
-
1
View file @
155b72e8
...
@@ -109,7 +109,7 @@ i {
...
@@ -109,7 +109,7 @@ i {
.arrow-right { background-position: -264px -96px; }
.arrow-right { background-position: -264px -96px; }
.arrow-up { background-position: -288px -96px; }
.arrow-up { background-position: -288px -96px; }
.arrow-down { background-position: -312px -96px; }
.arrow-down { background-position: -312px -96px; }
.share
{ background-position: -336px -96px; }
.share
-alt
{ background-position: -336px -96px; }
.resize-full { background-position: -360px -96px; }
.resize-full { background-position: -360px -96px; }
.resize-small { background-position: -384px -96px; }
.resize-small { background-position: -384px -96px; }
.plus { background-position: -408px -96px; }
.plus { background-position: -408px -96px; }
...
...
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