Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bootstrap
bootstrap
Commits
6d269c2e
Commit
6d269c2e
authored
11 years ago
by
Nicole
Browse files
Options
Download
Email Patches
Plain Diff
add git ignore
parent
bf51e247
Changes
14
Hide whitespace changes
Inline
Side-by-side
Showing
14 changed files
.gitignore
+37
-0
.gitignore
carousel/index.html
+1
-1
carousel/index.html
grid/index.html
+1
-1
grid/index.html
jumbotron-narrow/index.html
+1
-1
jumbotron-narrow/index.html
jumbotron/index.html
+1
-1
jumbotron/index.html
justified-nav/index.html
+1
-1
justified-nav/index.html
navbar-fixed-top/index.html
+1
-1
navbar-fixed-top/index.html
navbar-static-top/index.html
+1
-1
navbar-static-top/index.html
navbar/index.html
+1
-1
navbar/index.html
offcanvas/index.html
+2
-2
offcanvas/index.html
signin/index.html
+1
-1
signin/index.html
starter-template/index.html
+1
-1
starter-template/index.html
sticky-footer-navbar/index.html
+1
-1
sticky-footer-navbar/index.html
sticky-footer/index.html
+1
-1
sticky-footer/index.html
with
51 additions
and
14 deletions
+51
-14
.gitignore
0 → 100644
+
37
-
0
View file @
6d269c2e
# Numerous always-ignore extensions
*.diff
*.err
*.orig
*.log
*.rej
*.swo
*.swp
*.zip
*.vi
*~
*.sass-cache
# OS or Editor folders
.DS_Store
._*
Thumbs.db
.cache
.project
.settings
.tmproj
*.esproj
nbproject
*.sublime-project
*.sublime-workspace
# Komodo
*.komodoproject
.komodotools
# Folders to ignore
.hg
.svn
.CVS
.idea
node_modules
dist
\ No newline at end of file
This diff is collapsed.
Click to expand it.
carousel/index.html
+
1
-
1
View file @
6d269c2e
...
...
@@ -12,7 +12,7 @@
<link
href=
"../bootstrap/bootstrap.css"
rel=
"stylesheet"
>
<!-- Custom styles for this template -->
<link
href=
"
example
.css"
rel=
"stylesheet"
>
<link
href=
"
carousel
.css"
rel=
"stylesheet"
>
</head>
<!-- NAVBAR
================================================== -->
...
...
This diff is collapsed.
Click to expand it.
grid/index.html
+
1
-
1
View file @
6d269c2e
...
...
@@ -12,7 +12,7 @@
<link
href=
"../bootstrap/bootstrap.css"
rel=
"stylesheet"
>
<!-- Custom styles for this template -->
<link
href=
"
example
.css"
rel=
"stylesheet"
>
<link
href=
"
grid
.css"
rel=
"stylesheet"
>
</head>
<body>
...
...
This diff is collapsed.
Click to expand it.
jumbotron-narrow/index.html
+
1
-
1
View file @
6d269c2e
...
...
@@ -12,7 +12,7 @@
<link
href=
"../bootstrap/bootstrap.css"
rel=
"stylesheet"
>
<!-- Custom styles for this template -->
<link
href=
"
example
.css"
rel=
"stylesheet"
>
<link
href=
"
jumbotron-narrow
.css"
rel=
"stylesheet"
>
</head>
<body>
...
...
This diff is collapsed.
Click to expand it.
jumbotron/index.html
+
1
-
1
View file @
6d269c2e
...
...
@@ -12,7 +12,7 @@
<link
href=
"../bootstrap/bootstrap.css"
rel=
"stylesheet"
>
<!-- Custom styles for this template -->
<link
href=
"
example
.css"
rel=
"stylesheet"
>
<link
href=
"
jumbotron
.css"
rel=
"stylesheet"
>
</head>
<body>
...
...
This diff is collapsed.
Click to expand it.
justified-nav/index.html
+
1
-
1
View file @
6d269c2e
...
...
@@ -12,7 +12,7 @@
<link
href=
"../bootstrap/bootstrap.css"
rel=
"stylesheet"
>
<!-- Custom styles for this template -->
<link
href=
"
example
.css"
rel=
"stylesheet"
>
<link
href=
"
justified-nav
.css"
rel=
"stylesheet"
>
</head>
<body>
...
...
This diff is collapsed.
Click to expand it.
navbar-fixed-top/index.html
+
1
-
1
View file @
6d269c2e
...
...
@@ -12,7 +12,7 @@
<link
href=
"../bootstrap/bootstrap.css"
rel=
"stylesheet"
>
<!-- Custom styles for this template -->
<link
href=
"
example
.css"
rel=
"stylesheet"
>
<link
href=
"
navbar-fixed-top
.css"
rel=
"stylesheet"
>
</head>
<body>
...
...
This diff is collapsed.
Click to expand it.
navbar-static-top/index.html
+
1
-
1
View file @
6d269c2e
...
...
@@ -12,7 +12,7 @@
<link
href=
"../bootstrap/bootstrap.css"
rel=
"stylesheet"
>
<!-- Custom styles for this template -->
<link
href=
"
example
.css"
rel=
"stylesheet"
>
<link
href=
"
navbar-static-top
.css"
rel=
"stylesheet"
>
</head>
<body>
...
...
This diff is collapsed.
Click to expand it.
navbar/index.html
+
1
-
1
View file @
6d269c2e
...
...
@@ -12,7 +12,7 @@
<link
href=
"../bootstrap/bootstrap.css"
rel=
"stylesheet"
>
<!-- Custom styles for this template -->
<link
href=
"
example
.css"
rel=
"stylesheet"
>
<link
href=
"
navbar
.css"
rel=
"stylesheet"
>
</head>
<body>
...
...
This diff is collapsed.
Click to expand it.
offcanvas/index.html
+
2
-
2
View file @
6d269c2e
...
...
@@ -12,7 +12,7 @@
<link
href=
"../bootstrap/bootstrap.css"
rel=
"stylesheet"
>
<!-- Custom styles for this template -->
<link
href=
"
example
.css"
rel=
"stylesheet"
>
<link
href=
"
offcanvas
.css"
rel=
"stylesheet"
>
</head>
<body>
...
...
@@ -109,6 +109,6 @@
<!-- jQuery and plugin -->
<script
src=
"http://code.jquery.com/jquery.js"
></script>
<script
src=
"
example
.js"
></script>
<script
src=
"
offcanvas
.js"
></script>
</body>
</html>
\ No newline at end of file
This diff is collapsed.
Click to expand it.
signin/index.html
+
1
-
1
View file @
6d269c2e
...
...
@@ -12,7 +12,7 @@
<link
href=
"../bootstrap/bootstrap.css"
rel=
"stylesheet"
>
<!-- Custom styles for this template -->
<link
href=
"
example
.css"
rel=
"stylesheet"
>
<link
href=
"
signin
.css"
rel=
"stylesheet"
>
</head>
<body>
...
...
This diff is collapsed.
Click to expand it.
starter-template/index.html
+
1
-
1
View file @
6d269c2e
...
...
@@ -12,7 +12,7 @@
<link
href=
"../bootstrap/bootstrap.css"
rel=
"stylesheet"
>
<!-- Custom styles for this template -->
<link
href=
"
exa
mple.css"
rel=
"stylesheet"
>
<link
href=
"
starter-te
mpl
at
e.css"
rel=
"stylesheet"
>
</head>
<body>
...
...
This diff is collapsed.
Click to expand it.
sticky-footer-navbar/index.html
+
1
-
1
View file @
6d269c2e
...
...
@@ -12,7 +12,7 @@
<link
href=
"../bootstrap/bootstrap.css"
rel=
"stylesheet"
>
<!-- Custom styles for this template -->
<link
href=
"
example
.css"
rel=
"stylesheet"
>
<link
href=
"
sticky-footer-navbar
.css"
rel=
"stylesheet"
>
</head>
<body>
...
...
This diff is collapsed.
Click to expand it.
sticky-footer/index.html
+
1
-
1
View file @
6d269c2e
...
...
@@ -12,7 +12,7 @@
<link
href=
"../bootstrap/bootstrap.css"
rel=
"stylesheet"
>
<!-- Custom styles for this template -->
<link
href=
"
example
.css"
rel=
"stylesheet"
>
<link
href=
"
sticky-footer
.css"
rel=
"stylesheet"
>
</head>
<body>
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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