Skip to content
GitLab
Explore
Projects
Groups
Snippets
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
25e11903
Commit
25e11903
authored
11 years ago
by
Mark Otto
Browse files
Options
Download
Email Patches
Plain Diff
clear up rounded corners and nuke min-height
parent
61a39533
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
assets/css/docs.css
+13
-18
assets/css/docs.css
with
13 additions
and
18 deletions
+13
-18
assets/css/docs.css
+
13
-
18
View file @
25e11903
...
...
@@ -476,7 +476,6 @@ body {
.bs-navbar-bottom-example
{
z-index
:
1
;
padding
:
0
;
min-height
:
110px
;
overflow
:
hidden
;
/* cut the drop shadows off */
}
.bs-navbar-top-example
.navbar-fixed-top
,
...
...
@@ -488,6 +487,10 @@ body {
.bs-navbar-top-example
{
padding-bottom
:
45px
;
}
.bs-navbar-top-example
:after
{
top
:
auto
;
bottom
:
15px
;
}
.bs-navbar-top-example
.navbar-fixed-top
{
top
:
-1px
;
}
...
...
@@ -497,27 +500,19 @@ body {
.bs-navbar-bottom-example
.navbar-fixed-bottom
{
bottom
:
-1px
;
}
.bs-navbar-top-example
{
-webkit-border-radius
:
0
0
4px
4px
;
-moz-border-radius
:
0
0
4px
4px
;
border-radius
:
0
0
4px
4px
;
}
.bs-navbar-top-example
:after
{
top
:
auto
;
bottom
:
15px
;
-webkit-border-radius
:
0
4px
0
4px
;
-moz-border-radius
:
0
4px
0
4px
;
border-radius
:
0
4px
0
4px
;
}
.bs-navbar-bottom-example
{
-webkit-border-radius
:
4px
4px
0
0
;
-moz-border-radius
:
4px
4px
0
0
;
border-radius
:
4px
4px
0
0
;
}
.bs-navbar-bottom-example
.navbar
{
margin-bottom
:
0
;
}
@media
(
min-width
:
768px
)
{
.bs-navbar-top-example
{
border-radius
:
0
0
4px
4px
;
}
.bs-navbar-bottom-example
{
border-radius
:
4px
4px
0
0
;
}
}
/* Example modals */
.bs-example-modal
{
background-color
:
#f5f5f5
;
...
...
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
Menu
Explore
Projects
Groups
Snippets