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
b831dc06
Commit
b831dc06
authored
Jul 13, 2014
by
Mark Otto
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
more rems
parent
66f7062e
Changes
2
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1294 additions
and
23 deletions
+1294
-23
docs/assets/css/docs.min.css
docs/assets/css/docs.min.css
+1272
-1
docs/assets/less/docs.less
docs/assets/less/docs.less
+22
-22
No files found.
docs/assets/css/docs.min.css
View file @
b831dc06
This diff is collapsed.
Click to expand it.
docs/assets/less/docs.less
View file @
b831dc06
...
...
@@ -1171,38 +1171,38 @@ body {
.bs-customizer .toggle {
float: right;
margin-top:
25px
;
margin-top:
1.5rem
;
}
// Headings and form controls
.bs-customizer label {
margin-top:
10px
;
margin-top:
.5rem
;
font-weight: 500;
color: #555;
}
.bs-customizer h2 {
padding-top:
30px
;
padding-top:
2rem
;
margin-top: 0;
margin-bottom:
5px
;
margin-bottom:
.25rem
;
}
.bs-customizer h3 {
margin-bottom: 0;
}
.bs-customizer h4 {
margin-top: 1
5px
;
margin-top: 1
rem
;
margin-bottom: 0;
}
.bs-customizer .bs-callout h4 {
margin-top: 0; // lame, but due to specificity we have to duplicate
margin-bottom:
5px
;
margin-bottom:
.25rem
;
}
.bs-customizer input[type="text"] {
font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
background-color: #fafafa;
}
.bs-customizer .help-block {
margin-bottom:
5px
;
font-size:
12px
;
margin-bottom:
.25rem
;
font-size:
75%
;
}
// For the variables, use regular weight
...
...
@@ -1213,8 +1213,8 @@ body {
.bs-customizer-input {
float: left;
width: 33.333333%;
padding-right: 1
5px
;
padding-left: 1
5px
;
padding-right: 1
rem
;
padding-left: 1
rem
;
}
// Downloads
...
...
@@ -1229,7 +1229,7 @@ body {
right: 0;
left: 0;
z-index: 1030;
padding: 1
5px
0;
padding: 1
rem
0;
color: #fff;
background-color: #d9534f;
border-bottom: 1px solid #b94441;
...
...
@@ -1237,17 +1237,17 @@ body {
box-shadow: inset 0 1px 0 rgba(255,255,255,.25);
}
.bs-customizer-alert .close {
margin-top: -
4px
;
font-size:
24px
;
margin-top: -
.25rem
;
font-size:
1.5rem
;
}
.bs-customizer-alert p {
margin-bottom: 0;
}
.bs-customizer-alert .glyphicon {
margin-right:
5px
;
margin-right:
.25rem
;
}
.bs-customizer-alert pre {
margin:
10px
0 0;
margin:
.5rem
0 0;
color: #fff;
background-color: #a83c3a;
border-color: #973634;
...
...
@@ -1264,16 +1264,16 @@ body {
.bs-brand-logos {
display: table;
width: 100%;
margin-bottom: 1
5px
;
margin-bottom: 1
rem
;
overflow: hidden;
color: #563d7c;
background-color: #f9f9f9;
border-radius:
4px
;
border-radius:
.25rem
;
}
// Individual items
.bs-brand-item {
padding:
60px
0;
padding:
4rem
0;
text-align: center;
}
.bs-brand-item + .bs-brand-item {
...
...
@@ -1284,8 +1284,8 @@ body {
background-color: #563d7c;
}
.bs-brand-item .svg {
width:
144px
;
height:
144px
;
width:
9rem
;
height:
9rem
;
}
// Heading content within
...
...
@@ -1325,7 +1325,7 @@ body {
border-left: 1px solid #fff;
}
.bs-brand-item h1 {
font-size:
60px
;
font-size:
4rem
;
}
}
...
...
@@ -1373,5 +1373,5 @@ body {
border-color: @input-border-focus;
outline: 0;
outline: thin dotted \9; // IE9
box-shadow: 0 0
8px
@input-box-shadow-focus;
box-shadow: 0 0
.5rem
@input-box-shadow-focus;
}
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