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
cbe10bd5
Commit
cbe10bd5
authored
13 years ago
by
Mark Otto
Browse files
Options
Download
Email Patches
Plain Diff
clean up nav-header in responsive
parent
944c7298
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
docs/assets/bootstrap.zip
+0
-0
docs/assets/bootstrap.zip
docs/assets/css/bootstrap-responsive.css
+4
-0
docs/assets/css/bootstrap-responsive.css
less/responsive.less
+4
-0
less/responsive.less
with
8 additions
and
0 deletions
+8
-0
docs/assets/bootstrap.zip
+
0
-
0
View file @
cbe10bd5
No preview for this file type
This diff is collapsed.
Click to expand it.
docs/assets/css/bootstrap-responsive.css
+
4
-
0
View file @
cbe10bd5
...
...
@@ -314,6 +314,10 @@
.navbar
.nav
>
.divider-vertical
{
display
:
none
;
}
.navbar
.nav
.nav-header
{
color
:
#999999
;
text-shadow
:
none
;
}
.navbar
.nav
>
li
>
a
,
.navbar
.dropdown-menu
a
{
padding
:
6px
15px
;
font-weight
:
bold
;
...
...
This diff is collapsed.
Click to expand it.
less/responsive.less
+
4
-
0
View file @
cbe10bd5
...
...
@@ -215,6 +215,10 @@
.navbar .nav > .divider-vertical {
display: none;
}
.navbar .nav .nav-header {
color: @navbarText;
text-shadow: none;
}
// Nav and dropdown links in navbar
.navbar .nav > li > a,
.navbar .dropdown-menu a {
...
...
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