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
25c9b6b5
Commit
25c9b6b5
authored
Jan 14, 2013
by
Mark Otto
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
nuke and flatten and stuff
parent
d247f712
Changes
6
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
61 additions
and
5965 deletions
+61
-5965
docs/assets/css/bootstrap.css
docs/assets/css/bootstrap.css
+55
-4945
docs/assets/css/docs.css
docs/assets/css/docs.css
+0
-1004
docs/index.html
docs/index.html
+1
-1
docs/templates/pages/index.mustache
docs/templates/pages/index.mustache
+1
-1
less/bootstrap.less
less/bootstrap.less
+3
-0
less/responsive-767px-max.less
less/responsive-767px-max.less
+1
-14
No files found.
docs/assets/css/bootstrap.css
View file @
25c9b6b5
This diff is collapsed.
Click to expand it.
docs/assets/css/docs.css
View file @
25c9b6b5
This diff is collapsed.
Click to expand it.
docs/index.html
View file @
25c9b6b5
...
...
@@ -71,7 +71,7 @@
<h1>
Bootstrap
</h1>
<p>
Sleek, intuitive, and powerful front-end framework for faster and easier web development.
</p>
<p>
<a
href=
"assets/bootstrap.zip"
class=
"btn btn-
primary btn-
large"
>
Download Bootstrap
</a>
<a
href=
"assets/bootstrap.zip"
class=
"btn btn-large"
>
Download Bootstrap
</a>
</p>
<ul
class=
"masthead-links"
>
<li>
...
...
docs/templates/pages/index.mustache
View file @
25c9b6b5
...
...
@@ -3,7 +3,7 @@
<h1>
Bootstrap
</h1>
<p>
Sleek, intuitive, and powerful front-end framework for faster and easier web development.
</p>
<p>
<a
href=
"assets/bootstrap.zip"
class=
"btn btn-
primary btn-
large"
{{#
production
}}
onclick=
"_gaq.push(['_trackEvent', 'Jumbotron actions', 'Download', 'Download 3.0.0']);"
{{/
production
}}
>
Download Bootstrap
</a>
<a
href=
"assets/bootstrap.zip"
class=
"btn btn-large"
{{#
production
}}
onclick=
"_gaq.push(['_trackEvent', 'Jumbotron actions', 'Download', 'Download 3.0.0']);"
{{/
production
}}
>
Download Bootstrap
</a>
</p>
<ul
class=
"masthead-links"
>
<li>
...
...
less/bootstrap.less
View file @
25c9b6b5
...
...
@@ -15,6 +15,8 @@
// Reset
@import "normalize.less";
/*
// Grid system and page structure
@import "scaffolding.less";
@import "grid.less";
...
...
@@ -86,3 +88,4 @@
// Responsive navbar
// From 979px and below, show a button to toggle navbar contents
@import "responsive-navbar.less";
*/
\ No newline at end of file
less/responsive-767px-max.less
View file @
25c9b6b5
...
...
@@ -5,19 +5,6 @@
@media (max-width: 767px) {
// Padding to set content in a bit
body {
padding-left: 20px;
padding-right: 20px;
}
// Negative indent the now static "fixed" navbar
.navbar-fixed-top,
.navbar-fixed-bottom,
.navbar-static-top {
margin-left: -20px;
margin-right: -20px;
}
// TYPOGRAPHY
// ----------
// Reset horizontal dl
...
...
@@ -90,7 +77,7 @@
// Smooth out the collapsing/expanding nav
.nav-collapse {
-webkit-transform: translate3d(0, 0, 0); // activate the GPU
//
-webkit-transform: translate3d(0, 0, 0); // activate the GPU
}
// Block level the page header small tag for readability
...
...
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