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
2eedf60d
Commit
2eedf60d
authored
Feb 11, 2012
by
Mark Otto
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
write out icon classes explicitly to enable find via browser
parent
b327420e
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
258 additions
and
282 deletions
+258
-282
docs/assets/bootstrap.zip
docs/assets/bootstrap.zip
+0
-0
docs/assets/css/docs.css
docs/assets/css/docs.css
+2
-18
docs/base-css.html
docs/base-css.html
+128
-132
docs/templates/pages/base-css.mustache
docs/templates/pages/base-css.mustache
+128
-132
No files found.
docs/assets/bootstrap.zip
View file @
2eedf60d
No preview for this file type
docs/assets/css/docs.css
View file @
2eedf60d
...
@@ -543,28 +543,12 @@ form.well {
...
@@ -543,28 +543,12 @@ form.well {
/* Icons
/* Icons
------------------------- */
------------------------- */
.the-icons
{
.the-icons
{
margin-bottom
:
18px
;
margin-left
:
0
;
}
list-style
:
none
;
.the-icons
i
{
display
:
block
;
margin-bottom
:
5px
;
}
}
.the-icons
i
:hover
{
.the-icons
i
:hover
{
background-color
:
rgba
(
255
,
0
,
0
,
.25
);
background-color
:
rgba
(
255
,
0
,
0
,
.25
);
}
}
.the-icons
i
:after
{
display
:
block
;
content
:
attr
(
class
);
font-style
:
normal
;
margin-left
:
20px
;
width
:
140px
;
}
#javascript
input
[
type
=
checkbox
]
{
position
:
relative
;
top
:
-1px
;
display
:
inline
;
margin-left
:
6px
;
}
/* Eaxmples page
/* Eaxmples page
------------------------- */
------------------------- */
...
...
docs/base-css.html
View file @
2eedf60d
This diff is collapsed.
Click to expand it.
docs/templates/pages/base-css.mustache
View file @
2eedf60d
This diff is collapsed.
Click to expand it.
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