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
f0fd6df6
Commit
f0fd6df6
authored
Oct 26, 2014
by
Baraa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removed unnecessary new lines that were inconsistent with current style.
parent
66bb0b4f
Changes
8
Show whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
0 additions
and
29 deletions
+0
-29
docs/examples/blog/blog.css
docs/examples/blog/blog.css
+0
-1
docs/examples/carousel/carousel.css
docs/examples/carousel/carousel.css
+0
-3
docs/examples/carousel/index.html
docs/examples/carousel/index.html
+0
-1
docs/examples/offcanvas/index.html
docs/examples/offcanvas/index.html
+0
-1
docs/examples/theme/index.html
docs/examples/theme/index.html
+0
-13
less/button-groups.less
less/button-groups.less
+0
-1
less/progress-bars.less
less/progress-bars.less
+0
-1
less/theme.less
less/theme.less
+0
-8
No files found.
docs/examples/blog/blog.css
View file @
f0fd6df6
...
...
@@ -120,7 +120,6 @@ h6, .h6 {
}
/* Pagination */
.pager
{
margin-bottom
:
60px
;
...
...
docs/examples/carousel/carousel.css
View file @
f0fd6df6
...
...
@@ -8,7 +8,6 @@ body {
}
/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */
...
...
@@ -62,7 +61,6 @@ body {
}
/* MARKETING CONTENT
-------------------------------------------------- */
...
...
@@ -95,7 +93,6 @@ body {
}
/* RESPONSIVE CSS
-------------------------------------------------- */
...
...
docs/examples/carousel/index.html
View file @
f0fd6df6
...
...
@@ -121,7 +121,6 @@
</div>
<!-- /.carousel -->
<!-- Marketing messaging and featurettes
================================================== -->
<!-- Wrap the rest of the page in another container to center all the content. -->
...
...
docs/examples/offcanvas/index.html
View file @
f0fd6df6
...
...
@@ -120,7 +120,6 @@
</div>
<!--/.container-->
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
...
...
docs/examples/theme/index.html
View file @
f0fd6df6
...
...
@@ -75,7 +75,6 @@
</div>
<div
class=
"page-header"
>
<h1>
Buttons
</h1>
</div>
...
...
@@ -117,7 +116,6 @@
</p>
<div
class=
"page-header"
>
<h1>
Tables
</h1>
</div>
...
...
@@ -259,14 +257,12 @@
</div>
<div
class=
"page-header"
>
<h1>
Thumbnails
</h1>
</div>
<img
data-src=
"holder.js/200x200"
class=
"img-thumbnail"
alt=
"A generic square placeholder image with a white border around it, making it resemble a photograph taken with an old instant camera"
>
<div
class=
"page-header"
>
<h1>
Labels
</h1>
</div>
...
...
@@ -328,7 +324,6 @@
</p>
<div
class=
"page-header"
>
<h1>
Badges
</h1>
</div>
...
...
@@ -357,7 +352,6 @@
</div>
<div
class=
"page-header"
>
<h1>
Navs
</h1>
</div>
...
...
@@ -373,7 +367,6 @@
</ul>
<div
class=
"page-header"
>
<h1>
Navbars
</h1>
</div>
...
...
@@ -445,7 +438,6 @@
</nav>
<div
class=
"page-header"
>
<h1>
Alerts
</h1>
</div>
...
...
@@ -463,7 +455,6 @@
</div>
<div
class=
"page-header"
>
<h1>
Progress bars
</h1>
</div>
...
...
@@ -492,7 +483,6 @@
</div>
<div
class=
"page-header"
>
<h1>
List groups
</h1>
</div>
...
...
@@ -536,7 +526,6 @@
</div>
<div
class=
"page-header"
>
<h1>
Panels
</h1>
</div>
...
...
@@ -598,7 +587,6 @@
</div>
<div
class=
"page-header"
>
<h1>
Wells
</h1>
</div>
...
...
@@ -607,7 +595,6 @@
</div>
<div
class=
"page-header"
>
<h1>
Carousel
</h1>
</div>
...
...
less/button-groups.less
View file @
f0fd6df6
...
...
@@ -198,7 +198,6 @@
}
// Justified button groups
// ----------------------
...
...
less/progress-bars.less
View file @
f0fd6df6
...
...
@@ -19,7 +19,6 @@
}
// Bar itself
// -------------------------
...
...
less/theme.less
View file @
f0fd6df6
...
...
@@ -7,7 +7,6 @@
@import "mixins.less";
//
// Buttons
// --------------------------------------------------
...
...
@@ -78,7 +77,6 @@
.btn-danger { .btn-styles(@btn-danger-bg); }
//
// Images
// --------------------------------------------------
...
...
@@ -89,7 +87,6 @@
}
//
// Dropdowns
// --------------------------------------------------
...
...
@@ -107,7 +104,6 @@
}
//
// Navbar
// --------------------------------------------------
...
...
@@ -156,7 +152,6 @@
}
//
// Alerts
// --------------------------------------------------
...
...
@@ -181,7 +176,6 @@
.alert-danger { .alert-styles(@alert-danger-bg); }
//
// Progress bars
// --------------------------------------------------
...
...
@@ -227,7 +221,6 @@
}
//
// Panels
// --------------------------------------------------
...
...
@@ -251,7 +244,6 @@
.panel-danger > .panel-heading { .panel-heading-styles(@panel-danger-heading-bg); }
//
// Wells
// --------------------------------------------------
...
...
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