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
d9cbcfc2
Commit
d9cbcfc2
authored
Sep 10, 2011
by
Jacob Thornton
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wait for window load event before positioning images, doi
parent
b781f6ca
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
18 deletions
+11
-18
docs/assets/css/docs.css
docs/assets/css/docs.css
+0
-8
docs/assets/js/application.js
docs/assets/js/application.js
+11
-10
No files found.
docs/assets/css/docs.css
View file @
d9cbcfc2
...
@@ -312,14 +312,6 @@ img.large-bird {
...
@@ -312,14 +312,6 @@ img.large-bird {
opacity
:
.1
;
opacity
:
.1
;
}
}
/* Media grid images
--------------------------------------------------- */
.media-grid
img
{
height
:
150px
;
width
:
210px
;
}
/* Pretty Print
/* Pretty Print
-------------------------------------------------- */
-------------------------------------------------- */
pre
.prettyprint
{
pre
.prettyprint
{
...
...
docs/assets/js/application.js
View file @
d9cbcfc2
...
@@ -48,6 +48,7 @@ $(document).ready(function(){
...
@@ -48,6 +48,7 @@ $(document).ready(function(){
// POSITION STATIC TWIPSIES
// POSITION STATIC TWIPSIES
// ========================
// ========================
$
(
window
).
load
(
function
()
{
$
(
"
.twipsies a
"
).
each
(
function
()
{
$
(
"
.twipsies a
"
).
each
(
function
()
{
$
(
this
)
$
(
this
)
.
twipsy
({
.
twipsy
({
...
@@ -58,5 +59,5 @@ $(document).ready(function(){
...
@@ -58,5 +59,5 @@ $(document).ready(function(){
})
})
.
trigger
(
'
twipsy:show
'
)
.
trigger
(
'
twipsy:show
'
)
})
})
})
});
});
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