Skip to content
GitLab
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
9ba11ba6
Commit
9ba11ba6
authored
11 years ago
by
Mark Otto
Browse files
Options
Download
Email Patches
Plain Diff
No more need for grid column highlighting, so nuke that
parent
0a18d33d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
docs/assets/css/docs.css
+0
-4
docs/assets/css/docs.css
docs/assets/js/application.js
+0
-8
docs/assets/js/application.js
with
0 additions
and
12 deletions
+0
-12
docs/assets/css/docs.css
+
0
-
4
View file @
9ba11ba6
...
@@ -255,10 +255,6 @@ body {
...
@@ -255,10 +255,6 @@ body {
background-color
:
rgba
(
185
,
74
,
72
,
.15
);
background-color
:
rgba
(
185
,
74
,
72
,
.15
);
border
:
1px
solid
rgba
(
185
,
74
,
72
,
.2
);
border
:
1px
solid
rgba
(
185
,
74
,
72
,
.2
);
}
}
.show-grid
[
class
^=
"col-"
]
:hover
{
background-color
:
#ddd
;
background-color
:
rgba
(
185
,
74
,
72
,
.25
);
}
...
...
This diff is collapsed.
Click to expand it.
docs/assets/js/application.js
+
0
-
8
View file @
9ba11ba6
...
@@ -27,14 +27,6 @@
...
@@ -27,14 +27,6 @@
$
(
'
.bs-top
'
).
affix
()
$
(
'
.bs-top
'
).
affix
()
},
100
)
},
100
)
// add tipsies to grid for scaffolding
if
(
$
(
'
#grid-system
'
).
length
)
{
$
(
'
#grid-system
'
).
tooltip
({
selector
:
'
.show-grid > [class*="span"]
'
,
title
:
function
()
{
return
$
(
this
).
width
()
+
'
px
'
}
})
}
// tooltip demo
// tooltip demo
$
(
'
.tooltip-demo
'
).
tooltip
({
$
(
'
.tooltip-demo
'
).
tooltip
({
selector
:
"
a[data-toggle=tooltip]
"
selector
:
"
a[data-toggle=tooltip]
"
...
...
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