Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
B
bootstrap
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
bootstrap
Commits
b1f38bbe
Commit
b1f38bbe
authored
Jan 27, 2012
by
Mark Otto
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update icon examples to show icons in differently sized buttons
parent
d7b8a9c9
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
1 deletion
+9
-1
docs/assets/css/bootstrap.css
docs/assets/css/bootstrap.css
+1
-1
docs/base-css.html
docs/base-css.html
+4
-0
docs/templates/pages/base-css.mustache
docs/templates/pages/base-css.mustache
+4
-0
No files found.
docs/assets/css/bootstrap.css
View file @
b1f38bbe
...
@@ -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: Fri Jan 27 13:3
5:54
PST 2012
* Date: Fri Jan 27 13:3
8:50
PST 2012
*/
*/
article
,
article
,
aside
,
aside
,
...
...
docs/base-css.html
View file @
b1f38bbe
...
@@ -1477,6 +1477,10 @@
...
@@ -1477,6 +1477,10 @@
<a
class=
"btn"
href=
"#"
><i
class=
"icon align-justify"
></i></a>
<a
class=
"btn"
href=
"#"
><i
class=
"icon align-justify"
></i></a>
</div>
</div>
</div>
</div>
<p>
<a
class=
"btn large"
href=
"#"
><i
class=
"icon refresh"
></i>
Refresh
</a>
<a
class=
"btn small"
href=
"#"
><i
class=
"icon cog"
></i>
Settings
</a>
</p>
</div>
</div>
<div
class=
"span3"
>
<div
class=
"span3"
>
<p>
Or, use them in navigation.
</p>
<p>
Or, use them in navigation.
</p>
...
...
docs/templates/pages/base-css.mustache
View file @
b1f38bbe
...
@@ -1412,6 +1412,10 @@
...
@@ -1412,6 +1412,10 @@
<a
class=
"btn"
href=
"#"
><i
class=
"icon align-justify"
></i></a>
<a
class=
"btn"
href=
"#"
><i
class=
"icon align-justify"
></i></a>
</div>
</div>
</div>
</div>
<p>
<a
class=
"btn large"
href=
"#"
><i
class=
"icon refresh"
></i>
{{
_i
}}
Refresh
{{/
i
}}
</a>
<a
class=
"btn small"
href=
"#"
><i
class=
"icon cog"
></i>
{{
_i
}}
Settings
{{/
i
}}
</a>
</p>
</div>
</div>
<div
class=
"span3"
>
<div
class=
"span3"
>
<p>
{{
_i
}}
Or, use them in navigation.
{{/
i
}}
</p>
<p>
{{
_i
}}
Or, use them in navigation.
{{/
i
}}
</p>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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