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
b24adeb8
Commit
b24adeb8
authored
11 years ago
by
Mark Otto
Browse files
Options
Download
Email Patches
Plain Diff
fix broke width of containers in docs given change to use width over max-width
parent
394161f2
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
assets/css/docs.css
+5
-0
assets/css/docs.css
with
5 additions
and
0 deletions
+5
-0
assets/css/docs.css
+
5
-
0
View file @
b24adeb8
...
...
@@ -622,6 +622,11 @@ h1[id] {
}
}
/* Undo width of container */
.bs-example
.container
{
width
:
auto
;
}
/* Tweak content of examples for optimum awesome */
.bs-example
>
p
:last-child
,
.bs-example
>
ul
:last-child
,
...
...
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