mirror of https://github.com/twbs/bootstrap.git
				
				
				
			running make on previous changes
This commit is contained in:
		
							parent
							
								
									e06c257e6b
								
							
						
					
					
						commit
						9f8ce77751
					
				| 
						 | 
				
			
			@ -3552,6 +3552,10 @@ input[type="submit"].btn.btn-mini {
 | 
			
		|||
          border-radius: 4px;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.alert h4 {
 | 
			
		||||
  margin: 0;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.alert .close {
 | 
			
		||||
  position: relative;
 | 
			
		||||
  top: -2px;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							| 
						 | 
				
			
			@ -1939,7 +1939,7 @@
 | 
			
		|||
          </div>
 | 
			
		||||
<pre class="prettyprint linenums">
 | 
			
		||||
<div class="alert alert-block">
 | 
			
		||||
  <a class="close" data-dismiss="alert" href="#">&times;</a>
 | 
			
		||||
  <button type="button" class="close" data-dismiss="alert">×</button>
 | 
			
		||||
  <h4>Warning!</h4>
 | 
			
		||||
  Best check yo self, you're not...
 | 
			
		||||
</div>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -1868,7 +1868,7 @@
 | 
			
		|||
          </div>
 | 
			
		||||
<pre class="prettyprint linenums">
 | 
			
		||||
<div class="alert alert-block">
 | 
			
		||||
  <a class="close" data-dismiss="alert" href="#">&times;</a>
 | 
			
		||||
  <button type="button" class="close" data-dismiss="alert">×</button>
 | 
			
		||||
  <h4>{{_i}}Warning!{{/i}}</h4>
 | 
			
		||||
  {{_i}}Best check yo self, you're not...{{/i}}
 | 
			
		||||
</div>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -15,6 +15,9 @@
 | 
			
		|||
  .border-radius(4px);
 | 
			
		||||
  color: @warningText;
 | 
			
		||||
}
 | 
			
		||||
.alert h4 {
 | 
			
		||||
  margin: 0;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
// Adjust close link position
 | 
			
		||||
.alert .close {
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue