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
d533310b
Commit
d533310b
authored
Jan 30, 2012
by
Mark Otto
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
once more, overhaul the icons and use the css regex selector on our icons
parent
de994efa
Changes
8
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
304 additions
and
304 deletions
+304
-304
docs/assets/bootstrap.zip
docs/assets/bootstrap.zip
+0
-0
docs/assets/css/bootstrap.css
docs/assets/css/bootstrap.css
+2
-2
docs/assets/css/docs.css
docs/assets/css/docs.css
+3
-3
docs/base-css.html
docs/base-css.html
+144
-144
docs/components.html
docs/components.html
+7
-7
docs/templates/pages/base-css.mustache
docs/templates/pages/base-css.mustache
+140
-140
docs/templates/pages/components.mustache
docs/templates/pages/components.mustache
+7
-7
less/sprites.less
less/sprites.less
+1
-1
No files found.
docs/assets/bootstrap.zip
View file @
d533310b
No preview for this file type
docs/assets/css/bootstrap.css
View file @
d533310b
...
...
@@ -1112,7 +1112,7 @@ table .span12 {
width
:
924px
;
margin-left
:
0
;
}
.i
{
[
class
*=
"i-"
]
{
display
:
inline-block
;
width
:
14px
;
height
:
14px
;
...
...
@@ -1122,7 +1122,7 @@ table .span12 {
background-repeat
:
no-repeat
;
*
margin-right
:
.3em
;
}
.i
:last-child
{
[
class
*=
"i-"
]
:last-child
{
*
margin-left
:
0
;
}
.i-white
{
...
...
docs/assets/css/docs.css
View file @
d533310b
...
...
@@ -564,14 +564,14 @@ form.well {
.the-icons
{
margin-bottom
:
18px
;
}
.the-icons
.
i
{
.the-icons
i
{
display
:
block
;
margin-bottom
:
5px
;
}
.the-icons
.
i
:hover
{
.the-icons
i
:hover
{
background-color
:
rgba
(
255
,
0
,
0
,
.25
);
}
.the-icons
.
i
:after
{
.the-icons
i
:after
{
display
:
block
;
content
:
attr
(
class
);
font-style
:
normal
;
...
...
docs/base-css.html
View file @
d533310b
This diff is collapsed.
Click to expand it.
docs/components.html
View file @
d533310b
...
...
@@ -548,13 +548,13 @@
<div
class=
"well"
style=
"padding: 8px 0;"
>
<ul
class=
"nav nav-list"
>
<li
class=
"nav-header"
>
List header
</li>
<li
class=
"active"
><a
href=
"#"
><i
class=
"i
i
-white i-home"
></i>
Home
</a></li>
<li><a
href=
"#"
><i
class=
"i
i
-book"
></i>
Library
</a></li>
<li><a
href=
"#"
><i
class=
"i
i
-pencil"
></i>
Applications
</a></li>
<li
class=
"active"
><a
href=
"#"
><i
class=
"i-white i-home"
></i>
Home
</a></li>
<li><a
href=
"#"
><i
class=
"i-book"
></i>
Library
</a></li>
<li><a
href=
"#"
><i
class=
"i-pencil"
></i>
Applications
</a></li>
<li
class=
"nav-header"
>
Another list header
</li>
<li><a
href=
"#"
><i
class=
"i
i
-user"
></i>
Profile
</a></li>
<li><a
href=
"#"
><i
class=
"i
i
-cog"
></i>
Settings
</a></li>
<li><a
href=
"#"
><i
class=
"i
i
-flag"
></i>
Help
</a></li>
<li><a
href=
"#"
><i
class=
"i-user"
></i>
Profile
</a></li>
<li><a
href=
"#"
><i
class=
"i-cog"
></i>
Settings
</a></li>
<li><a
href=
"#"
><i
class=
"i-flag"
></i>
Help
</a></li>
</ul>
</div>
<!-- /well -->
<pre
class=
"prettyprint linenums"
>
...
...
@@ -562,7 +562,7 @@
...
<
li
>
<
a href="#"
>
<
i class="i
i
-book"
><
/i
>
<
i class="i-book"
><
/i
>
Library
<
/a
>
<
/li
>
...
...
docs/templates/pages/base-css.mustache
View file @
d533310b
This diff is collapsed.
Click to expand it.
docs/templates/pages/components.mustache
View file @
d533310b
...
...
@@ -472,13 +472,13 @@
<div
class=
"well"
style=
"padding: 8px 0;"
>
<ul
class=
"nav nav-list"
>
<li
class=
"nav-header"
>
{{
_i
}}
List header
{{/
i
}}
</li>
<li
class=
"active"
><a
href=
"#"
><i
class=
"i
i
-white i-home"
></i>
{{
_i
}}
Home
{{/
i
}}
</a></li>
<li><a
href=
"#"
><i
class=
"i
i
-book"
></i>
{{
_i
}}
Library
{{/
i
}}
</a></li>
<li><a
href=
"#"
><i
class=
"i
i
-pencil"
></i>
{{
_i
}}
Applications
{{/
i
}}
</a></li>
<li
class=
"active"
><a
href=
"#"
><i
class=
"i-white i-home"
></i>
{{
_i
}}
Home
{{/
i
}}
</a></li>
<li><a
href=
"#"
><i
class=
"i-book"
></i>
{{
_i
}}
Library
{{/
i
}}
</a></li>
<li><a
href=
"#"
><i
class=
"i-pencil"
></i>
{{
_i
}}
Applications
{{/
i
}}
</a></li>
<li
class=
"nav-header"
>
{{
_i
}}
Another list header
{{/
i
}}
</li>
<li><a
href=
"#"
><i
class=
"i
i
-user"
></i>
{{
_i
}}
Profile
{{/
i
}}
</a></li>
<li><a
href=
"#"
><i
class=
"i
i
-cog"
></i>
{{
_i
}}
Settings
{{/
i
}}
</a></li>
<li><a
href=
"#"
><i
class=
"i
i
-flag"
></i>
{{
_i
}}
Help
{{/
i
}}
</a></li>
<li><a
href=
"#"
><i
class=
"i-user"
></i>
{{
_i
}}
Profile
{{/
i
}}
</a></li>
<li><a
href=
"#"
><i
class=
"i-cog"
></i>
{{
_i
}}
Settings
{{/
i
}}
</a></li>
<li><a
href=
"#"
><i
class=
"i-flag"
></i>
{{
_i
}}
Help
{{/
i
}}
</a></li>
</ul>
</div>
<!-- /well -->
<pre
class=
"prettyprint linenums"
>
...
...
@@ -486,7 +486,7 @@
...
<
li
>
<
a href="#"
>
<
i class="i
i
-book"
><
/i
>
<
i class="i-book"
><
/i
>
{{
_i
}}
Library
{{/
i
}}
<
/a
>
<
/li
>
...
...
less/sprites.less
View file @
d533310b
...
...
@@ -14,7 +14,7 @@
// For the white version of the icons, just add the .i-white class:
// <i class="i i-inbox i-white"></i>
.i
{
[class*="i-"]
{
display: inline-block;
width: 14px;
height: 14px;
...
...
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