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
f60b8169
Commit
f60b8169
authored
Dec 15, 2013
by
Mark Otto
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
finalize blog template
parent
a7029edc
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
16 additions
and
4 deletions
+16
-4
examples/blog/blog.css
examples/blog/blog.css
+7
-2
examples/screenshots/blog.jpg
examples/screenshots/blog.jpg
+0
-0
getting-started.html
getting-started.html
+9
-2
No files found.
examples/blog/blog.css
View file @
f60b8169
...
...
@@ -3,7 +3,8 @@
*/
body
{
font-family
:
Georgia
,
"Times New Roman"
,
Times
,
serif
;
color
:
#555
;
}
h1
,
.h1
,
...
...
@@ -12,9 +13,13 @@ h3, .h3,
h4
,
.h4
,
h5
,
.h5
,
h6
,
.h6
{
font-family
:
"Helvetica Neue"
,
Helvetica
,
Arial
,
sans-serif
;
;
font-weight
:
normal
;
color
:
#333
;
margin-top
:
0
;
}
/*
* Override Bootstrap's default container.
*/
...
...
@@ -97,7 +102,7 @@ h6, .h6 {
*/
.blog-main
{
font-size
:
1
6
px
;
font-size
:
1
8
px
;
line-height
:
1.5
;
}
...
...
examples/screenshots/blog.jpg
0 → 100644
View file @
f60b8169
119 KB
getting-started.html
View file @
f60b8169
...
...
@@ -277,6 +277,15 @@ bootstrap/
<h4>
Dashboard
</h4>
<p>
Basic structure for a admin dashboard with fixed sidebar and navbar.
</p>
</div>
<div
class=
"col-xs-6 col-md-4"
>
<a
class=
"thumbnail"
href=
"../examples/blog/"
>
<img
src=
"../examples/screenshots/blog.jpg"
alt=
""
>
</a>
<h4>
Blog
</h4>
<p>
Simple two-column blog layout with custom navigation, header, and type.
</p>
</div>
<div
class=
"clearfix visible-xs"
></div>
<div
class=
"col-xs-6 col-md-4"
>
<a
class=
"thumbnail"
href=
"../examples/non-responsive/"
>
<img
src=
"../examples/screenshots/non-responsive.jpg"
alt=
""
>
...
...
@@ -284,8 +293,6 @@ bootstrap/
<h4>
Non-responsive Bootstrap
</h4>
<p>
Easily disable the responsiveness of Bootstrap
<a
href=
"../getting-started/#disable-responsive"
>
per our docs
</a>
.
</p>
</div>
<div
class=
"clearfix visible-xs"
></div>
<div
class=
"col-xs-6 col-md-4"
>
<a
class=
"thumbnail"
href=
"../examples/theme/"
>
<img
src=
"../examples/screenshots/theme.jpg"
alt=
""
>
...
...
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