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
860a9693
Commit
860a9693
authored
12 years ago
by
Mark Otto
Browse files
Options
Download
Email Patches
Plain Diff
fix grid tooltips, tweaks
parent
f109be4e
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
docs/assets/css/docs.css
+0
-1
docs/assets/css/docs.css
docs/assets/js/application.js
+2
-2
docs/assets/js/application.js
docs/index.html
+1
-0
docs/index.html
docs/templates/pages/index.mustache
+1
-1
docs/templates/pages/index.mustache
with
4 additions
and
4 deletions
+4
-4
docs/assets/css/docs.css
+
0
-
1
View file @
860a9693
...
@@ -655,7 +655,6 @@ form.well {
...
@@ -655,7 +655,6 @@ form.well {
/* Docs examples
/* Docs examples
------------------------- */
------------------------- */
.bs-docs-example
{
.bs-docs-example
{
overflow
:
auto
;
position
:
relative
;
position
:
relative
;
margin
:
15px
0
;
margin
:
15px
0
;
padding
:
39px
19px
14px
;
padding
:
39px
19px
14px
;
...
...
This diff is collapsed.
Click to expand it.
docs/assets/js/application.js
+
2
-
2
View file @
860a9693
...
@@ -36,8 +36,8 @@
...
@@ -36,8 +36,8 @@
}
}
// add tipsies to grid for scaffolding
// add tipsies to grid for scaffolding
if
(
$
(
'
#grid
-s
ystem
'
).
length
)
{
if
(
$
(
'
#grid
S
ystem
'
).
length
)
{
$
(
'
#grid
-s
ystem
'
).
tooltip
({
$
(
'
#grid
S
ystem
'
).
tooltip
({
selector
:
'
.show-grid > div
'
selector
:
'
.show-grid > div
'
,
title
:
function
()
{
return
$
(
this
).
width
()
+
'
px
'
}
,
title
:
function
()
{
return
$
(
this
).
width
()
+
'
px
'
}
})
})
...
...
This diff is collapsed.
Click to expand it.
docs/index.html
+
1
-
0
View file @
860a9693
...
@@ -217,6 +217,7 @@
...
@@ -217,6 +217,7 @@
</div>
<!-- /.marketing -->
</div>
<!-- /.marketing -->
<!-- Footer
<!-- Footer
================================================== -->
================================================== -->
<footer
class=
"footer"
>
<footer
class=
"footer"
>
...
...
This diff is collapsed.
Click to expand it.
docs/templates/pages/index.mustache
+
1
-
1
View file @
860a9693
...
@@ -104,4 +104,4 @@
...
@@ -104,4 +104,4 @@
</li>
</li>
</ul>
</ul>
</div>
<!-- /.marketing -->
</div>
<!-- /.marketing -->
\ No newline at end of file
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