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
08c318e0
Commit
08c318e0
authored
Jun 28, 2011
by
Jacob Thornton
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update makefile and little comments
parent
e91a74e8
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
5 additions
and
4 deletions
+5
-4
Makefile
Makefile
+1
-1
bootstrap-1.0.0.css
bootstrap-1.0.0.css
+1
-1
docs/index.html
docs/index.html
+0
-1
lib/bootstrap.less
lib/bootstrap.less
+2
-0
lib/forms.less
lib/forms.less
+1
-1
No files found.
Makefile
View file @
08c318e0
...
...
@@ -5,6 +5,6 @@
build
:
@
lessc ./lib/bootstrap.less
>
./bootstrap-1.0.0.css
@
lessc ./lib/bootstrap.less
>
./bootstrap-1.0.0.min.css
--compress
@
echo
"
bootstrap successfully built!
"
@
echo
"
Bootstrap successfully built! -
`
date
`
"
.PHONY
:
build
\ No newline at end of file
bootstrap-1.0.0.css
View file @
08c318e0
...
...
@@ -669,7 +669,7 @@ span.html__attr_value {
}
/*
* Forms.less
* Base
line
styles for various input types, form layouts, and states
* Base styles for various input types, form layouts, and states
*/
/* Global form styles
-------------------------------------------------- */
...
...
docs/index.html
View file @
08c318e0
...
...
@@ -536,7 +536,6 @@
</section>
<section
id=
"tables"
>
<div
class=
"page-header"
>
<h1>
Tables
<small>
For, you guessed it, tabular data
</small></h1>
...
...
lib/bootstrap.less
View file @
08c318e0
...
...
@@ -3,6 +3,8 @@
* This file is only for importing all required stylesheets for LESS to include and then compile.
*/
// CSS Reset
@import "reset.less";
...
...
lib/forms.less
View file @
08c318e0
/*
* Forms.less
* Base
line
styles for various input types, form layouts, and states
* Base styles for various input types, form layouts, and states
*/
...
...
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