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
e6e8499a
Commit
e6e8499a
authored
Aug 18, 2013
by
Panayiotis Lipiridis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Got rid of body-content from examples
parent
b790bbba
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
38 additions
and
62 deletions
+38
-62
examples/jumbotron/index.html
examples/jumbotron/index.html
+21
-25
examples/jumbotron/jumbotron.css
examples/jumbotron/jumbotron.css
+0
-15
examples/justified-nav/index.html
examples/justified-nav/index.html
+17
-22
No files found.
examples/jumbotron/index.html
View file @
e6e8499a
...
@@ -75,8 +75,6 @@
...
@@ -75,8 +75,6 @@
</div>
</div>
<div
class=
"container"
>
<div
class=
"container"
>
<div
class=
"body-content"
>
<!-- Example row of columns -->
<!-- Example row of columns -->
<div
class=
"row"
>
<div
class=
"row"
>
<div
class=
"col-lg-4"
>
<div
class=
"col-lg-4"
>
...
@@ -101,8 +99,6 @@
...
@@ -101,8 +99,6 @@
<footer>
<footer>
<p>
©
Company 2013
</p>
<p>
©
Company 2013
</p>
</footer>
</footer>
</div>
</div>
<!-- /container -->
</div>
<!-- /container -->
...
...
examples/jumbotron/jumbotron.css
View file @
e6e8499a
...
@@ -3,18 +3,3 @@ body {
...
@@ -3,18 +3,3 @@ body {
padding-top
:
50px
;
padding-top
:
50px
;
padding-bottom
:
20px
;
padding-bottom
:
20px
;
}
}
/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content
{
padding-left
:
15px
;
padding-right
:
15px
;
}
/* Responsive: Portrait tablets and up */
@media
screen
and
(
min-width
:
768px
)
{
/* Remove padding from wrapping element since we kick in the grid classes here */
.body-content
{
padding
:
0
;
}
}
\ No newline at end of file
examples/justified-nav/index.html
View file @
e6e8499a
...
@@ -45,9 +45,6 @@
...
@@ -45,9 +45,6 @@
<p><a
class=
"btn btn-lg btn-success"
href=
"#"
>
Get started today
</a></p>
<p><a
class=
"btn btn-lg btn-success"
href=
"#"
>
Get started today
</a></p>
</div>
</div>
<div
class=
"body-content"
>
<!-- Example row of columns -->
<!-- Example row of columns -->
<div
class=
"row"
>
<div
class=
"row"
>
<div
class=
"col-lg-4"
>
<div
class=
"col-lg-4"
>
...
@@ -67,8 +64,6 @@
...
@@ -67,8 +64,6 @@
</div>
</div>
</div>
</div>
</div>
<!-- /.body-content -->
<!-- Site footer -->
<!-- Site footer -->
<div
class=
"footer"
>
<div
class=
"footer"
>
<p>
©
Company 2013
</p>
<p>
©
Company 2013
</p>
...
...
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