Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
B
bootstrap
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
bootstrap
Commits
3c742fc0
Commit
3c742fc0
authored
Aug 01, 2012
by
Mark Otto
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add test for textarea at .span12, really fix docs footer
parent
72323051
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
0 deletions
+18
-0
docs/assets/css/docs.css
docs/assets/css/docs.css
+6
-0
less/tests/css-tests.html
less/tests/css-tests.html
+12
-0
No files found.
docs/assets/css/docs.css
View file @
3c742fc0
...
@@ -912,6 +912,12 @@ form.bs-docs-example {
...
@@ -912,6 +912,12 @@ form.bs-docs-example {
}
}
/* Unfloat the back to top link in footer */
/* Unfloat the back to top link in footer */
.footer
{
margin-left
:
-20px
;
margin-right
:
-20px
;
padding-left
:
20px
;
padding-right
:
20px
;
}
.footer
p
{
.footer
p
{
margin-bottom
:
9px
;
margin-bottom
:
9px
;
}
}
...
...
less/tests/css-tests.html
View file @
3c742fc0
...
@@ -1098,6 +1098,18 @@
...
@@ -1098,6 +1098,18 @@
<br>
<br>
<br>
<div
class=
"row-fluid"
>
<div
class=
"span12"
>
<textarea
class=
"span12"
></textarea>
</div>
</div>
</div>
<!-- /container -->
</div>
<!-- /container -->
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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