1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-09-30 07:19:13 +02:00

rems: code

This commit is contained in:
Mark Otto
2014-07-08 01:02:59 -07:00
parent dae5ec5416
commit 413750a03c
16 changed files with 182 additions and 178 deletions

View File

@@ -947,6 +947,7 @@ h1[id] {
.bs-example {
position: relative;
padding-top: 3rem;
margin-top: 1rem;
/*padding: 45px 15px 15px;*/
/*margin: 0 -15px 15px;*/
@@ -958,12 +959,12 @@ h1[id] {
}
/* Echo out a label for the example */
.bs-example:before {
/*position: absolute;*/
/*top: 15px;*/
position: absolute;
top: 0;
/*left: 15px;*/
display: inline-block;
padding: .5rem .75rem;
margin-bottom: 1rem;
/*margin-bottom: 1rem;*/
font-size: .8rem;
font-weight: bold;
color: #fff;