Commit 413750a0 authored by Mark Otto's avatar Mark Otto

rems: code

parent dae5ec54
...@@ -219,7 +219,7 @@ ...@@ -219,7 +219,7 @@
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0);
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
background-repeat: repeat-x; background-repeat: repeat-x;
border-radius: 4px; border-radius: .2rem;
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075); -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075); box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075);
} }
...@@ -360,7 +360,7 @@ ...@@ -360,7 +360,7 @@
background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
} }
.list-group { .list-group {
border-radius: 4px; border-radius: .2rem;
-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .075); -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
box-shadow: 0 1px 2px rgba(0, 0, 0, .075); box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
} }
......
This diff was suppressed by a .gitattributes entry.
This diff is collapsed.
This diff is collapsed.
This diff was suppressed by a .gitattributes entry.
This source diff could not be displayed because it is too large. You can view the blob instead.
This diff is collapsed.
...@@ -947,6 +947,7 @@ h1[id] { ...@@ -947,6 +947,7 @@ h1[id] {
.bs-example { .bs-example {
position: relative; position: relative;
padding-top: 3rem;
margin-top: 1rem; margin-top: 1rem;
/*padding: 45px 15px 15px;*/ /*padding: 45px 15px 15px;*/
/*margin: 0 -15px 15px;*/ /*margin: 0 -15px 15px;*/
...@@ -958,12 +959,12 @@ h1[id] { ...@@ -958,12 +959,12 @@ h1[id] {
} }
/* Echo out a label for the example */ /* Echo out a label for the example */
.bs-example:before { .bs-example:before {
/*position: absolute;*/ position: absolute;
/*top: 15px;*/ top: 0;
/*left: 15px;*/ /*left: 15px;*/
display: inline-block; display: inline-block;
padding: .5rem .75rem; padding: .5rem .75rem;
margin-bottom: 1rem; /*margin-bottom: 1rem;*/
font-size: .8rem; font-size: .8rem;
font-weight: bold; font-weight: bold;
color: #fff; color: #fff;
......
...@@ -219,7 +219,7 @@ ...@@ -219,7 +219,7 @@
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0);
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
background-repeat: repeat-x; background-repeat: repeat-x;
border-radius: 4px; border-radius: .2rem;
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075); -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075); box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075);
} }
...@@ -360,7 +360,7 @@ ...@@ -360,7 +360,7 @@
background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
} }
.list-group { .list-group {
border-radius: 4px; border-radius: .2rem;
-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .075); -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
box-shadow: 0 1px 2px rgba(0, 0, 0, .075); box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
} }
......
This diff was suppressed by a .gitattributes entry.
This diff is collapsed.
This diff is collapsed.
This diff was suppressed by a .gitattributes entry.
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -13,7 +13,7 @@ samp { ...@@ -13,7 +13,7 @@ samp {
// Inline code // Inline code
code { code {
padding: 2px 4px; padding: .2rem .4rem;
font-size: 90%; font-size: 90%;
color: @code-color; color: @code-color;
background-color: @code-bg; background-color: @code-bg;
...@@ -22,12 +22,12 @@ code { ...@@ -22,12 +22,12 @@ code {
// User input typically entered via keyboard // User input typically entered via keyboard
kbd { kbd {
padding: 2px 4px; padding: .2rem .4rem;
font-size: 90%; font-size: 90%;
color: @kbd-color; color: @kbd-color;
background-color: @kbd-bg; background-color: @kbd-bg;
border-radius: @border-radius-small; border-radius: @border-radius-small;
box-shadow: inset 0 -1px 0 rgba(0,0,0,.25); box-shadow: inset 0 -.1rem 0 rgba(0,0,0,.25);
kbd { kbd {
padding: 0; padding: 0;
...@@ -39,8 +39,9 @@ kbd { ...@@ -39,8 +39,9 @@ kbd {
// Blocks of code // Blocks of code
pre { pre {
display: block; display: block;
padding: ((@line-height-computed - 1) / 2); padding: 1.5rem;
margin: 0 0 (@line-height-computed / 2); margin-top: 0;
margin-bottom: 1rem;
font-size: 90%; font-size: 90%;
line-height: @line-height-base; line-height: @line-height-base;
color: @pre-color; color: @pre-color;
......
...@@ -101,9 +101,9 @@ ...@@ -101,9 +101,9 @@
@line-height-large: 1.33; @line-height-large: 1.33;
@line-height-small: 1.5; @line-height-small: 1.5;
@border-radius-base: 4px; @border-radius-base: .2rem;
@border-radius-large: 6px; @border-radius-large: .3rem;
@border-radius-small: 3px; @border-radius-small: .2rem;
//** Global color for active items (e.g., navs or dropdowns). //** Global color for active items (e.g., navs or dropdowns).
@component-active-color: #fff; @component-active-color: #fff;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment