| Line 2: | 
Line 2: | 
|   | hi 1  |   | hi 1  | 
|   | </div>  |   | </div>  | 
| − | <div style="float:left; width:30%; padding:5px;">    | + | <div class="btn" style="float:left; width:30%; padding:5px;">    | 
|   | Test 2  |   | Test 2  | 
|   | </div>  |   | </div>  | 
| Line 21: | 
Line 21: | 
|   |  |   |  | 
|   |  |   |  | 
| − |    <div class="row">  | + | {{#css:  | 
| − |      <div class="col-sm">  | + |    | 
| − |       One of three columns
  | + |    .btn {  | 
| − |      </div>  | + |   	display: inline-block;  | 
| − |    </div>  | + |   	margin-bottom: 0;  | 
|   | + |   	font-weight: 400;  | 
|   | + |   	text-align: center;  | 
|   | + |   	white-space: nowrap;  | 
|   | + |   	vertical-align: middle;  | 
|   | + |   	-ms-touch-action: manipulation;  | 
|   | + |   	touch-action: manipulation;  | 
|   | + |   	cursor: pointer;  | 
|   | + |   	background-image: none;  | 
|   | + |   	border: 1px solid transparent;  | 
|   | + |   	padding: 6px 12px;  | 
|   | + |   	font-size: 14px;  | 
|   | + |   	line-height: 1.42857143;  | 
|   | + |   	border-radius: 4px;  | 
|   | + |   	-webkit-user-select: none;  | 
|   | + |   	-moz-user-select: none;  | 
|   | + |   	-ms-user-select: none;  | 
|   | + |   	user-select: none;  | 
|   | + |    | 
|   | + |     width: 230px;  | 
|   | + |     color: rgba(242, 109, 33, 1);  | 
|   | + |   	background-color: rgba(242, 109, 33, 0.1);  | 
|   | + |   	border-color: rgba(242, 109, 33, 1);  | 
|   | + |      text-decoration: none;  | 
|   | + |   }  | 
|   | + |    | 
|   | + |   .btn:hover {  | 
|   | + |   	color: rgba(255, 255, 255, 1);  | 
|   | + |   	background-color: rgba(242, 109, 33, 1);  | 
|   | + |      text-decoration: none;  | 
|   | + |    }  | 
|   | + |    | 
|   | + |    | 
|   | + | }}  |