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
f51e703b
Commit
f51e703b
authored
13 years ago
by
Pete Hopkins
Browse files
Options
Download
Email Patches
Plain Diff
Rebuild bootstrap.css
parent
526d3883
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/assets/css/bootstrap.css
+14
-2
docs/assets/css/bootstrap.css
with
14 additions
and
2 deletions
+14
-2
docs/assets/css/bootstrap.css
+
14
-
2
View file @
f51e703b
...
...
@@ -6,7 +6,7 @@
* http://www.apache.org/licenses/LICENSE-2.0
*
* Designed and built with all the love in the world @twitter by @mdo and @fat.
* Date: Fri Jan 27
08:21:21 P
ST 2012
* Date: Fri Jan 27
12:16:22 E
ST 2012
*/
article
,
aside
,
...
...
@@ -887,6 +887,12 @@ input:focus:required:invalid:focus, textarea:focus:required:invalid:focus, selec
-moz-border-radius
:
0
3px
3px
0
;
border-radius
:
0
3px
3px
0
;
}
.input-append
input
:first-child
{
*
margin-left
:
-160px
;
}
.input-append
input
:first-child
+
.add-on
{
*
margin-left
:
-21px
;
}
.search-query
{
padding-left
:
14px
;
padding-right
:
14px
;
...
...
@@ -972,6 +978,7 @@ table {
.table-bordered
{
border
:
1px
solid
#ddd
;
border-collapse
:
separate
;
*
border-collapse
:
collapsed
;
-webkit-border-radius
:
4px
;
-moz-border-radius
:
4px
;
border-radius
:
4px
;
...
...
@@ -1834,7 +1841,7 @@ table .span12 {
.navbar-search
.search-query
:-moz-placeholder
{
color
:
#eeeeee
;
}
.navbar-search
.search-query
::-webkit-input-placeholder
{
.navbar-search
.search-query
::-webkit-input-placeholder
{
color
:
#eeeeee
;
}
.navbar-search
.search-query
:hover
{
...
...
@@ -2448,6 +2455,8 @@ table .span12 {
.btn
{
display
:
inline-block
;
padding
:
4px
10px
4px
;
*
padding
:
2px
10px
;
*
margin-left
:
4px
;
font-size
:
13px
;
line-height
:
18px
;
color
:
#333333
;
...
...
@@ -2470,6 +2479,9 @@ table .span12 {
box-shadow
:
inset
0
1px
0
rgba
(
255
,
255
,
255
,
0.2
),
0
1px
2px
rgba
(
0
,
0
,
0
,
0.05
);
cursor
:
pointer
;
}
.btn
:first-child
{
*
margin-left
:
0
;
}
.btn
:hover
{
color
:
#333333
;
text-decoration
:
none
;
...
...
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