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
076370f3
Commit
076370f3
authored
Dec 24, 2011
by
Jacob Thornton
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix for linux
parent
04fee211
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
7 deletions
+2
-7
Makefile
Makefile
+1
-2
bootstrap.css
bootstrap.css
+1
-5
No files found.
Makefile
View file @
076370f3
VERSION
=
2.0.0
VERSION
=
2.0.0
DATE
=
$(
shell
DATE
)
BOOTSTRAP
=
./bootstrap.css
BOOTSTRAP
=
./bootstrap.css
BOOTSTRAP_MIN
=
./bootstrap.min.css
BOOTSTRAP_MIN
=
./bootstrap.min.css
BOOTSTRAP_LESS
=
./lib/bootstrap.less
BOOTSTRAP_LESS
=
./lib/bootstrap.less
...
@@ -9,7 +8,7 @@ WATCHR ?= `which watchr`
...
@@ -9,7 +8,7 @@ WATCHR ?= `which watchr`
build
:
build
:
@
@if
test
!
-z
${LESS_COMPESSOR}
;
then
\
@
@if
test
!
-z
${LESS_COMPESSOR}
;
then
\
sed
-e
's/@VERSION/'
"v
${VERSION}
"
'/'
-e
's/@DATE/'
"
${DATE}
"
'/'
<
${BOOTSTRAP_LESS}
>
${BOOTSTRAP_LESS}
.tmp
;
\
sed
-e
's/@VERSION/'
"v
${VERSION}
"
'/'
-e
's/@DATE/'
"
`
date
`
"
'/'
<
${BOOTSTRAP_LESS}
>
${BOOTSTRAP_LESS}
.tmp
;
\
lessc
${BOOTSTRAP_LESS}
.tmp
>
${BOOTSTRAP}
;
\
lessc
${BOOTSTRAP_LESS}
.tmp
>
${BOOTSTRAP}
;
\
lessc
${BOOTSTRAP_LESS}
.tmp
>
${BOOTSTRAP_MIN}
--compress
;
\
lessc
${BOOTSTRAP_LESS}
.tmp
>
${BOOTSTRAP_MIN}
--compress
;
\
rm
-f
${BOOTSTRAP_LESS}
.tmp
;
\
rm
-f
${BOOTSTRAP_LESS}
.tmp
;
\
...
...
bootstrap.css
View file @
076370f3
...
@@ -6,11 +6,7 @@
...
@@ -6,11 +6,7 @@
* http://www.apache.org/licenses/LICENSE-2.0
* http://www.apache.org/licenses/LICENSE-2.0
*
*
* Designed and built with all the love in the world @twitter by @mdo and @fat.
* Designed and built with all the love in the world @twitter by @mdo and @fat.
<<<<<<< HEAD
* Date: Sat Dec 24 22:30:43 PST 2011
* Date: Thu Dec 22 19:09:49 PST 2011
=======
* Date: Wed Dec 21 18:38:56 CST 2011
>>>>>>> 9fb380151d477f1741b7609ade7a9e7fd5450b2c
*/
*/
html
,
body
{
html
,
body
{
margin
:
0
;
margin
:
0
;
...
...
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