aboutsummaryrefslogtreecommitdiff
path: root/docs/dist/css/bootstrap.css
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2015-04-16 18:39:45 -0700
committerMark Otto <[email protected]>2015-04-16 18:39:45 -0700
commit06c2862d257935871fc846670148c8767e2f6a82 (patch)
tree7bb1316faa1b654cc4b473014198b6e470c80d79 /docs/dist/css/bootstrap.css
parent7001dece8a4ea5f76f21a5866c5b8cca17296003 (diff)
downloadbootstrap-06c2862d257935871fc846670148c8767e2f6a82.tar.xz
bootstrap-06c2862d257935871fc846670148c8767e2f6a82.zip
start stubbing out a new reboot section and file
Diffstat (limited to 'docs/dist/css/bootstrap.css')
-rw-r--r--docs/dist/css/bootstrap.css245
1 files changed, 125 insertions, 120 deletions
diff --git a/docs/dist/css/bootstrap.css b/docs/dist/css/bootstrap.css
index efb2e78da..e9e07fee4 100644
--- a/docs/dist/css/bootstrap.css
+++ b/docs/dist/css/bootstrap.css
@@ -285,12 +285,49 @@ body {
background-color: #fff;
}
-input, button, select, textarea {
- font-family: inherit;
- font-size: inherit;
+h1, h2, h3, h4, h5, h6 {
+ margin-top: 0;
+ margin-bottom: .5rem;
+}
+
+p {
+ margin-top: 0;
+ margin-bottom: 1rem;
+}
+
+abbr[title] {
+ cursor: help;
+ border-bottom-color: #ccc;
+}
+
+address {
+ margin-bottom: 1rem;
+ font-style: normal;
line-height: inherit;
}
+ol, ul, dl {
+ margin-top: 0;
+ margin-bottom: 1rem;
+}
+
+ol ol, ul ul, ol ul, ul ol {
+ margin-bottom: 0;
+}
+
+dt {
+ font-weight: bold;
+}
+
+dd {
+ margin-bottom: .5rem;
+ margin-left: 0;
+}
+
+blockquote {
+ margin: 0 0 1rem;
+}
+
a {
color: #0275d8;
text-decoration: none;
@@ -305,44 +342,73 @@ a:focus {
outline-offset: -2px;
}
+figure {
+ margin: 0 0 1rem;
+}
+
img {
- max-width: 100%;
- height: auto;
vertical-align: middle;
}
-.img-rounded {
- border-radius: .3rem;
+[role="button"] {
+ cursor: pointer;
}
-.img-thumbnail {
- padding: .25rem;
- line-height: 1.5;
- background-color: #fff;
- border: 1px solid #ddd;
- border-radius: .25rem;
- -webkit-transition: all .2s ease-in-out;
- -o-transition: all .2s ease-in-out;
- transition: all .2s ease-in-out;
+table {
+ background-color: transparent;
}
-.img-circle {
- border-radius: 50%;
+caption {
+ padding-top: .75rem;
+ padding-bottom: .75rem;
+ color: #818a91;
+ text-align: left;
+ caption-side: bottom;
}
-hr {
- margin-top: 1rem;
- margin-bottom: 1rem;
+th {
+ text-align: left;
+}
+
+label {
+ display: inline-block;
+}
+
+input, button, select, textarea {
+ margin: 0;
+ line-height: inherit;
+}
+
+textarea {
+ resize: vertical;
+}
+
+fieldset {
+ min-width: 0;
+ padding: 0;
+ margin: 0;
border: 0;
- border-top: .0625rem solid #eceeef;
}
-[role="button"] {
- cursor: pointer;
+legend {
+ display: block;
+ width: 100%;
+ padding: 0;
+ margin-bottom: .5rem;
+ font-size: 1.5rem;
+ line-height: inherit;
+}
+
+input[type="search"] {
+ -webkit-box-sizing: border-box;
+ box-sizing: border-box;
+}
+
+output {
+ display: block;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
- margin-top: 0;
font-family: inherit;
font-weight: 500;
line-height: 1.1;
@@ -392,16 +458,18 @@ h6, .h6 {
font-size: 1rem;
}
-p {
- margin-top: 0;
- margin-bottom: 1rem;
-}
-
.lead {
font-size: 1.25rem;
font-weight: 300;
}
+hr {
+ margin-top: 1rem;
+ margin-bottom: 1rem;
+ border: 0;
+ border-top: .0625rem solid #eceeef;
+}
+
small, .small {
font-size: 85%;
}
@@ -411,14 +479,6 @@ mark, .mark {
background-color: #fcf8e3;
}
-ul, ol {
- margin-top: 0;
- margin-bottom: .5;
-}
-ul ul, ul ol, ol ul, ol ol {
- margin-bottom: 0;
-}
-
.list-unstyled, .list-inline, .nav {
padding-left: 0;
list-style: none;
@@ -433,23 +493,6 @@ ul ul, ul ol, ol ul, ol ol {
padding-left: 5px;
}
-dl {
- margin-top: 0;
- margin-bottom: 1;
-}
-
-dt, dd {
- line-height: 1.5;
-}
-
-dt {
- font-weight: bold;
-}
-
-dd {
- margin-left: 0;
-}
-
.dl-horizontal {
margin-right: -1.5rem;
margin-left: -1.5rem;
@@ -462,11 +505,6 @@ dd {
clear: both;
}
-abbr[title], abbr[data-original-title] {
- cursor: help;
- border-bottom: 1px dotted #818a91;
-}
-
.initialism {
font-size: 90%;
text-transform: uppercase;
@@ -474,7 +512,7 @@ abbr[title], abbr[data-original-title] {
blockquote {
padding: .5rem 1rem;
- margin: 0 0 1rem;
+ margin-bottom: 1rem;
font-size: 1.25rem;
border-left: .25rem solid #eceeef;
}
@@ -505,10 +543,32 @@ blockquote footer:before {
content: "\00A0 \2014";
}
-address {
- margin-bottom: 1;
- font-style: normal;
+.img-responsive, .carousel-inner > .carousel-item > img, .carousel-inner > .carousel-item > a > img {
+ display: block;
+ max-width: 100%;
+ height: auto;
+}
+
+.img-rounded {
+ border-radius: .3rem;
+}
+
+.img-thumbnail {
+ display: inline-block;
+ max-width: 100%;
+ height: auto;
+ padding: .25rem;
line-height: 1.5;
+ background-color: #fff;
+ border: 1px solid #ddd;
+ border-radius: .25rem;
+ -webkit-transition: all .2s ease-in-out;
+ -o-transition: all .2s ease-in-out;
+ transition: all .2s ease-in-out;
+}
+
+.img-circle {
+ border-radius: 50%;
}
code, kbd, pre, samp {
@@ -1468,21 +1528,6 @@ pre code {
}
}
-table {
- background-color: transparent;
-}
-
-caption {
- padding-top: .75rem;
- padding-bottom: .75rem;
- color: #818a91;
- text-align: left;
-}
-
-th {
- text-align: left;
-}
-
.table {
width: 100%;
max-width: 100%;
@@ -1634,33 +1679,8 @@ th {
border: 1px solid #eceeef;
}
-fieldset {
- min-width: 0;
- padding: 0;
- margin: 0;
- border: 0;
-}
-
-legend {
- display: block;
- width: 100%;
- padding: 0;
- margin-bottom: 1;
- font-size: 1.5rem;
- line-height: inherit;
- color: #373a3c;
- border: 0;
- border-bottom: 1px solid #e5e5e5;
-}
-
label {
- display: inline-block;
- margin-bottom: 5px;
-}
-
-input[type="search"] {
- -webkit-box-sizing: border-box;
- box-sizing: border-box;
+ margin-bottom: .5rem;
}
input[type="radio"], input[type="checkbox"] {
@@ -1669,19 +1689,6 @@ input[type="radio"], input[type="checkbox"] {
line-height: normal;
}
-input[type="file"] {
- display: block;
-}
-
-input[type="range"] {
- display: block;
- width: 100%;
-}
-
-select[multiple], select[size] {
- height: auto;
-}
-
input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
outline: thin dotted;
outline: 5px auto -webkit-focus-ring-color;
@@ -1689,7 +1696,6 @@ input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focu
}
output {
- display: block;
padding-top: 1.5rem;
font-size: 1rem;
line-height: 1.5;
@@ -2095,7 +2101,6 @@ textarea.input-lg, .input-group-lg > textarea.form-control, .input-group-lg > te
.btn {
display: inline-block;
padding: .5rem .75rem;
- margin-bottom: 0;
font-size: 1rem;
font-weight: normal;
line-height: 1.5;