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
7f632ef5
Commit
7f632ef5
authored
Aug 05, 2013
by
Mark Otto
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch '3.0.0-wip' of github.com:twbs/bootstrap into 3.0.0-wip
parents
a2823d0f
88652f74
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
7 deletions
+6
-7
_includes/ads.html
_includes/ads.html
+1
-1
_includes/footer.html
_includes/footer.html
+1
-2
_includes/header.html
_includes/header.html
+2
-2
css.html
css.html
+2
-2
No files found.
_includes/ads.html
View file @
7f632ef5
<div
id=
"carbonads-container"
><div
class=
"carbonad"
><div
id=
"azcarbon"
></div><script
type=
"text/javascript"
>
var
z
=
document
.
createElement
(
"
script
"
);
z
.
type
=
"
text/javascript
"
;
z
.
async
=
true
;
z
.
src
=
"
http://engine.carbonads.com/z/32341/azcarbon_2_1_0_HORIZ
"
;
var
s
=
document
.
getElementsByTagName
(
"
script
"
)[
0
];
s
.
parentNode
.
insertBefore
(
z
,
s
);
</script></div></div>
\ No newline at end of file
<div
id=
"carbonads-container"
><div
class=
"carbonad"
><div
id=
"azcarbon"
></div><script>
var
z
=
document
.
createElement
(
"
script
"
);
z
.
async
=
true
;
z
.
src
=
"
http://engine.carbonads.com/z/32341/azcarbon_2_1_0_HORIZ
"
;
var
s
=
document
.
getElementsByTagName
(
"
script
"
)[
0
];
s
.
parentNode
.
insertBefore
(
z
,
s
);
</script></div></div>
_includes/footer.html
View file @
7f632ef5
...
...
@@ -4,7 +4,7 @@
<script
src=
"{{ page.base_url }}assets/js/jquery.js"
></script>
<script
src=
"{{ page.base_url }}dist/js/bootstrap.js"
></script>
<script
type=
"text/javascript"
src=
"http://platform.twitter.com/widgets.js"
></script>
<script
src=
"http://platform.twitter.com/widgets.js"
></script>
<script
src=
"{{ page.base_url }}assets/js/holder.js"
></script>
<script
src=
"{{ page.base_url }}assets/js/application.js"
></script>
...
...
@@ -15,7 +15,6 @@
var
_gauges
=
_gauges
||
[];
(
function
()
{
var
t
=
document
.
createElement
(
'
script
'
);
t
.
type
=
'
text/javascript
'
;
t
.
async
=
true
;
t
.
id
=
'
gauges-tracker
'
;
t
.
setAttribute
(
'
data-site-id
'
,
'
4f0dc9fef5a1f55508000013
'
);
...
...
_includes/header.html
View file @
7f632ef5
...
...
@@ -31,12 +31,12 @@
<link
rel=
"apple-touch-icon-precomposed"
href=
"{{ page.base_url }}assets/ico/apple-touch-icon-57-precomposed.png"
>
<link
rel=
"shortcut icon"
href=
"{{ page.base_url }}assets/ico/favicon.png"
>
<script
type=
"text/javascript"
>
<script>
var
_gaq
=
_gaq
||
[];
_gaq
.
push
([
'
_setAccount
'
,
'
UA-146052-10
'
]);
_gaq
.
push
([
'
_trackPageview
'
]);
(
function
()
{
var
ga
=
document
.
createElement
(
'
script
'
);
ga
.
type
=
'
text/javascript
'
;
ga
.
async
=
true
;
var
ga
=
document
.
createElement
(
'
script
'
);
ga
.
async
=
true
;
ga
.
src
=
(
'
https:
'
==
document
.
location
.
protocol
?
'
https://ssl
'
:
'
http://www
'
)
+
'
.google-analytics.com/ga.js
'
;
var
s
=
document
.
getElementsByTagName
(
'
script
'
)[
0
];
s
.
parentNode
.
insertBefore
(
ga
,
s
);
})();
...
...
css.html
View file @
7f632ef5
...
...
@@ -148,8 +148,8 @@ base_url: "../"
</tr>
<tr>
<th>
Offsets
</th>
<td
colspan=
"
2
"
class=
"text-muted"
>
N/A
</td>
<td
colspan=
"
2
"
>
Yes
</td>
<td
colspan=
"
1
"
class=
"text-muted"
>
N/A
</td>
<td
colspan=
"
3
"
>
Yes
</td>
</tr>
<tr>
<th>
Column ordering
</th>
...
...
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