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
c18b5b97
Commit
c18b5b97
authored
12 years ago
by
Mark Otto
Browse files
Options
Download
Email Patches
Plain Diff
restore glyphicons docs styles and then overhaul the shit out of them
parent
a4cc7042
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/assets/css/docs.css
+35
-0
docs/assets/css/docs.css
with
35 additions
and
0 deletions
+35
-0
docs/assets/css/docs.css
+
35
-
0
View file @
c18b5b97
...
...
@@ -206,6 +206,41 @@ section > ul li {
/* Icons
-------------------------------------------------- */
.the-icons
{
padding-bottom
:
1px
;
margin-left
:
0
;
list-style
:
none
;
margin-bottom
:
20px
;
overflow
:
hidden
;
}
.the-icons
li
{
float
:
left
;
width
:
100px
;
height
:
110px
;
padding
:
10px
;
border
:
1px
solid
#ddd
;
font-size
:
12px
;
line-height
:
1.25
;
text-align
:
center
;
-webkit-box-sizing
:
border-box
;
margin
:
0
-1px
-1px
0
;
}
.the-icons
[
class
^=
"glyphicon-"
]
{
display
:
block
;
margin
:
5px
auto
;
vertical-align
:
middle
;
margin-right
:
3px
;
font-size
:
24px
;
}
.the-icons
li
:hover
{
background-color
:
rgba
(
255
,
0
,
0
,
.1
);
}
/* Responsive docs
-------------------------------------------------- */
...
...
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