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
3c742fc0
Commit
3c742fc0
authored
12 years ago
by
Mark Otto
Browse files
Options
Download
Email Patches
Plain Diff
add test for textarea at .span12, really fix docs footer
parent
72323051
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
docs/assets/css/docs.css
+6
-0
docs/assets/css/docs.css
less/tests/css-tests.html
+12
-0
less/tests/css-tests.html
with
18 additions
and
0 deletions
+18
-0
docs/assets/css/docs.css
+
6
-
0
View file @
3c742fc0
...
...
@@ -912,6 +912,12 @@ form.bs-docs-example {
}
/* Unfloat the back to top link in footer */
.footer
{
margin-left
:
-20px
;
margin-right
:
-20px
;
padding-left
:
20px
;
padding-right
:
20px
;
}
.footer
p
{
margin-bottom
:
9px
;
}
...
...
This diff is collapsed.
Click to expand it.
less/tests/css-tests.html
+
12
-
0
View file @
3c742fc0
...
...
@@ -1098,6 +1098,18 @@
<br>
<br>
<br>
<div
class=
"row-fluid"
>
<div
class=
"span12"
>
<textarea
class=
"span12"
></textarea>
</div>
</div>
</div>
<!-- /container -->
...
...
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