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
7ec4e913
Commit
7ec4e913
authored
Jan 15, 2012
by
Jacob Thornton
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
reorder properties
parent
87bd0e0b
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
7 deletions
+7
-7
bootstrap.css
bootstrap.css
+3
-3
bootstrap.min.css
bootstrap.min.css
+2
-2
lib/accordion.less
lib/accordion.less
+2
-2
No files found.
bootstrap.css
View file @
7ec4e913
...
...
@@ -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: Sun Jan 15 21:5
4:32
PST 2012
* Date: Sun Jan 15 21:5
8:40
PST 2012
*/
html
,
body
{
margin
:
0
;
...
...
@@ -2945,14 +2945,14 @@ a.thumbnail:hover {
border-bottom
:
0
;
}
.accordion-body
{
border-bottom
:
1px
solid
#ddd
;
margin
:
0
0
1px
0
;
border-bottom
:
1px
solid
#ddd
;
}
.accordion-inner
{
padding
:
10px
;
margin-bottom
:
0
;
border
:
1px
solid
#ddd
;
border-bottom
:
0
;
margin-bottom
:
0
;
}
.accordion
.in
{
margin-bottom
:
9px
;
...
...
bootstrap.min.css
View file @
7ec4e913
...
...
@@ -515,8 +515,8 @@ a.thumbnail:hover{border-color:#0088cc;-webkit-box-shadow:0 1px 4px rgba(0, 105,
.progress.info.striped
.bar
{
background-color
:
#5bc0de
;
background-image
:
-webkit-gradient
(
linear
,
0
100%
,
100%
0
,
color-stop
(
0.25
,
rgba
(
255
,
255
,
255
,
0.15
)),
color-stop
(
0.25
,
transparent
),
color-stop
(
0.5
,
transparent
),
color-stop
(
0.5
,
rgba
(
255
,
255
,
255
,
0.15
)),
color-stop
(
0.75
,
rgba
(
255
,
255
,
255
,
0.15
)),
color-stop
(
0.75
,
transparent
),
to
(
transparent
));
background-image
:
-webkit-linear-gradient
(
-45deg
,
rgba
(
255
,
255
,
255
,
0.15
)
25%
,
transparent
25%
,
transparent
50%
,
rgba
(
255
,
255
,
255
,
0.15
)
50%
,
rgba
(
255
,
255
,
255
,
0.15
)
75%
,
transparent
75%
,
transparent
);
background-image
:
-moz-linear-gradient
(
-45deg
,
rgba
(
255
,
255
,
255
,
0.15
)
25%
,
transparent
25%
,
transparent
50%
,
rgba
(
255
,
255
,
255
,
0.15
)
50%
,
rgba
(
255
,
255
,
255
,
0.15
)
75%
,
transparent
75%
,
transparent
);
background-image
:
-ms-linear-gradient
(
-45deg
,
rgba
(
255
,
255
,
255
,
0.15
)
25%
,
transparent
25%
,
transparent
50%
,
rgba
(
255
,
255
,
255
,
0.15
)
50%
,
rgba
(
255
,
255
,
255
,
0.15
)
75%
,
transparent
75%
,
transparent
);
background-image
:
-o-linear-gradient
(
-45deg
,
rgba
(
255
,
255
,
255
,
0.15
)
25%
,
transparent
25%
,
transparent
50%
,
rgba
(
255
,
255
,
255
,
0.15
)
50%
,
rgba
(
255
,
255
,
255
,
0.15
)
75%
,
transparent
75%
,
transparent
);
background-image
:
linear-gradient
(
-45deg
,
rgba
(
255
,
255
,
255
,
0.15
)
25%
,
transparent
25%
,
transparent
50%
,
rgba
(
255
,
255
,
255
,
0.15
)
50%
,
rgba
(
255
,
255
,
255
,
0.15
)
75%
,
transparent
75%
,
transparent
);}
.accordion
{
padding
:
0
;}
.accordion-heading
{
padding
:
5px
10px
;
border
:
1px
solid
#ddd
;
border-bottom
:
0
;}
.accordion-body
{
border-bottom
:
1px
solid
#ddd
;
margin
:
0
0
1px
0
;}
.accordion-inner
{
padding
:
10px
;
border
:
1px
solid
#ddd
;
border-bottom
:
0
;
margin
-bottom
:
0
;}
.accordion-body
{
margin
:
0
0
1px
0
;
border-bottom
:
1px
solid
#ddd
;}
.accordion-inner
{
padding
:
10px
;
margin-bottom
:
0
;
border
:
1px
solid
#ddd
;
border
-bottom
:
0
;}
.accordion
.in
{
margin-bottom
:
9px
;}
.carousel
{
position
:
relative
;
line-height
:
1
;}
.carousel-inner
{
overflow
:
hidden
;
width
:
100%
;
position
:
relative
;}
...
...
lib/accordion.less
View file @
7ec4e913
...
...
@@ -12,15 +12,15 @@
}
.accordion-body {
border-bottom: 1px solid #ddd;
margin: 0 0 1px 0;
border-bottom: 1px solid #ddd;
}
.accordion-inner {
padding: 10px;
margin-bottom: 0;
border: 1px solid #ddd;
border-bottom: 0;
margin-bottom: 0;
}
.accordion .in {
...
...
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