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
1d0bf580
Commit
1d0bf580
authored
11 years ago
by
Mark Otto
Browse files
Options
Download
Email Patches
Plain Diff
Use mix of medium and small grid clases on dashboard example
parent
9af86923
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/examples/dashboard/index.html
+2
-2
docs/examples/dashboard/index.html
with
2 additions
and
2 deletions
+2
-2
docs/examples/dashboard/index.html
+
2
-
2
View file @
1d0bf580
...
@@ -55,7 +55,7 @@
...
@@ -55,7 +55,7 @@
<div
class=
"container-fluid"
>
<div
class=
"container-fluid"
>
<div
class=
"row"
>
<div
class=
"row"
>
<div
class=
"col-sm-3 sidebar"
>
<div
class=
"col-sm-3
col-md-2
sidebar"
>
<ul
class=
"nav nav-sidebar"
>
<ul
class=
"nav nav-sidebar"
>
<li
class=
"active"
><a
href=
"#"
>
Overview
</a></li>
<li
class=
"active"
><a
href=
"#"
>
Overview
</a></li>
<li><a
href=
"#"
>
Reports
</a></li>
<li><a
href=
"#"
>
Reports
</a></li>
...
@@ -75,7 +75,7 @@
...
@@ -75,7 +75,7 @@
<li><a
href=
""
>
Another nav item
</a></li>
<li><a
href=
""
>
Another nav item
</a></li>
</ul>
</ul>
</div>
</div>
<div
class=
"col-sm-9 col-sm-offset-3 main"
>
<div
class=
"col-sm-9 col-sm-offset-3
col-md-10 col-md-offset-2
main"
>
<h1
class=
"page-header"
>
Dashboard
</h1>
<h1
class=
"page-header"
>
Dashboard
</h1>
<div
class=
"row placeholders"
>
<div
class=
"row placeholders"
>
...
...
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