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
841dac58
Commit
841dac58
authored
Aug 18, 2013
by
Mark Otto
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
move glyphicons styles to docs css
parent
9dcae610
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
41 additions
and
39 deletions
+41
-39
assets/css/docs.css
assets/css/docs.css
+41
-0
components.html
components.html
+0
-39
No files found.
assets/css/docs.css
View file @
841dac58
...
@@ -19,6 +19,7 @@
...
@@ -19,6 +19,7 @@
* Examples
* Examples
* Code snippets (highlight)
* Code snippets (highlight)
* Responsive tests
* Responsive tests
* Glyphicons
* Customizer
* Customizer
* Miscellaneous
* Miscellaneous
*/
*/
...
@@ -944,6 +945,46 @@ body {
...
@@ -944,6 +945,46 @@ body {
}
}
/*
* Glyphicons
*
* Special styles for displaying the icons and their classes in the docs.
*/
.bs-glyphicons
{
padding-left
:
0
;
padding-bottom
:
1px
;
margin-bottom
:
20px
;
list-style
:
none
;
overflow
:
hidden
;
}
.bs-glyphicons
li
{
float
:
left
;
width
:
25%
;
height
:
115px
;
padding
:
10px
;
margin
:
0
-1px
-1px
0
;
font-size
:
12px
;
line-height
:
1.4
;
text-align
:
center
;
border
:
1px
solid
#ddd
;
}
.bs-glyphicons
.glyphicon
{
display
:
block
;
margin
:
5px
auto
10px
;
font-size
:
24px
;
}
.bs-glyphicons
li
:hover
{
background-color
:
rgba
(
86
,
61
,
124
,
.1
);
}
@media
(
min-width
:
768px
)
{
.bs-glyphicons
li
{
width
:
12.5%
;
}
}
/*
/*
* Customizer
* Customizer
*
*
...
...
components.html
View file @
841dac58
...
@@ -7,45 +7,6 @@ base_url: "../"
...
@@ -7,45 +7,6 @@ base_url: "../"
---
---
<style>
/* Icons
-------------------------------------------------- */
.bs-glyphicons
{
padding-left
:
0
;
padding-bottom
:
1px
;
margin-bottom
:
20px
;
list-style
:
none
;
overflow
:
hidden
;
}
.bs-glyphicons
li
{
float
:
left
;
width
:
25%
;
height
:
115px
;
padding
:
10px
;
margin
:
0
-1px
-1px
0
;
font-size
:
12px
;
line-height
:
1.4
;
text-align
:
center
;
border
:
1px
solid
#ddd
;
}
.bs-glyphicons
.glyphicon
{
display
:
block
;
margin
:
5px
auto
10px
;
font-size
:
24px
;
}
.bs-glyphicons
li
:hover
{
background-color
:
rgba
(
86
,
61
,
124
,
.1
);
}
@media
(
min-width
:
768px
)
{
.bs-glyphicons
li
{
width
:
12.5%
;
}
}
</style>
<!-- Glyphicons
<!-- Glyphicons
================================================== -->
================================================== -->
<div
class=
"bs-docs-section"
>
<div
class=
"bs-docs-section"
>
...
...
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