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
cd556cfa
Commit
cd556cfa
authored
Sep 16, 2011
by
Jacob Thornton
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remake for version 1.3
parent
c7c5ce8d
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
127 deletions
+2
-127
bootstrap.css
bootstrap.css
+2
-58
bootstrap.min.css
bootstrap.min.css
+0
-69
No files found.
bootstrap.css
View file @
cd556cfa
/*!
* Bootstrap v1.
3
.0
* Bootstrap v1.
2
.0
*
* Copyright 2011 Twitter, Inc
* Licensed under the Apache License v2.0
* http://www.apache.org/licenses/LICENSE-2.0
*
* Designed and built with all the love in the world @twitter by @mdo and @fat.
<<<<<<< HEAD:bootstrap.css
* Date: Fri Sep 16 10:51:22 PDT 2011
=======
* Date: Mon Sep 12 09:25:40 PDT 2011
>>>>>>> 427a001c476569684027567e5a7cec89058185ad:bootstrap-1.2.0.css
* Date: Fri Sep 16 11:24:41 PDT 2011
*/
/* Reset.less
* Props to Eric Meyer (meyerweb.com) for his CSS reset file. We're using an adapted version here that cuts out some of the reset HTML elements we will never need here (i.e., dfn, samp, etc).
...
...
@@ -270,11 +266,7 @@ a:hover {
.row
:after
{
clear
:
both
;
}
<<<<<<<
HEAD
:bootstrap
.css
[
class
*=
"span"
]
{
=======
.row
[class*="span"]
{
>>>>>>>
427a001c476569684027567e5a7cec89058185ad
:
bootstrap-1
.2.0
.
css
display
:
inline
;
float
:
left
;
margin-left
:
20px
;
...
...
@@ -399,54 +391,6 @@ a:hover {
.offset-two-thirds
{
margin-left
:
660px
;
}
<<<<<<<
HEAD
:bootstrap
.css
=======
html
,
body
{
background-color
:
#fff
;
}
body
{
margin
:
0
;
font-family
:
"Helvetica Neue"
,
Helvetica
,
Arial
,
sans-serif
;
font-size
:
13px
;
font-weight
:
normal
;
line-height
:
18px
;
color
:
#808080
;
}
.container
{
width
:
940px
;
margin
:
0
auto
;
}
.container-fluid
{
padding
:
0
20px
;
zoom
:
1
;
}
.container-fluid
:before
,
.container-fluid
:after
{
display
:
table
;
content
:
""
;
}
.container-fluid
:after
{
clear
:
both
;
}
.container-fluid
>
.sidebar
{
float
:
left
;
width
:
220px
;
}
.container-fluid
>
.content
{
min-width
:
700px
;
max-width
:
1180px
;
margin-left
:
240px
;
}
a
{
color
:
#0069d6
;
text-decoration
:
none
;
line-height
:
inherit
;
font-weight
:
inherit
;
}
a
:hover
{
color
:
#0050a3
;
text-decoration
:
underline
;
}
>>>>>>>
427a001c476569684027567e5a7cec89058185ad
:bootstrap-1
.2.0.css
/* Typography.less
* Headings, body text, lists, code, and more for a versatile and durable typography system
* ---------------------------------------------------------------------------------------- */
...
...
bootstrap.min.css
View file @
cd556cfa
This diff is collapsed.
Click to expand it.
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