mirror of
				https://github.com/twbs/bootstrap.git
				synced 2025-11-04 00:03:15 -05:00 
			
		
		
		
	Update print.less from source (html5-boilerplate). Simplyfy table style.
This commit is contained in:
		
							parent
							
								
									55dd964690
								
							
						
					
					
						commit
						4c15fa8642
					
				@ -1,15 +1,15 @@
 | 
			
		||||
//
 | 
			
		||||
// Basic print styles
 | 
			
		||||
// --------------------------------------------------
 | 
			
		||||
// Source: https://github.com/h5bp/html5-boilerplate/blob/master/css/main.css
 | 
			
		||||
// Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css
 | 
			
		||||
 | 
			
		||||
@media print {
 | 
			
		||||
 | 
			
		||||
  * {
 | 
			
		||||
    text-shadow: none !important;
 | 
			
		||||
    color: #000 !important; // Black prints faster: h5bp.com/s
 | 
			
		||||
    background: transparent !important;
 | 
			
		||||
    color: #000 !important; // Black prints faster: h5bp.com/s
 | 
			
		||||
    box-shadow: none !important;
 | 
			
		||||
    text-shadow: none !important;
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  a,
 | 
			
		||||
@ -25,9 +25,10 @@
 | 
			
		||||
    content: " (" attr(title) ")";
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  // Don't show links for images, or javascript/internal links
 | 
			
		||||
  a[href^="javascript:"]:after,
 | 
			
		||||
  a[href^="#"]:after {
 | 
			
		||||
  // Don't show links that are fragment identifiers,
 | 
			
		||||
  // or use the `javascript:` pseudo protocol
 | 
			
		||||
  a[href^="#"]:after,
 | 
			
		||||
  a[href^="javascript:"]:after {
 | 
			
		||||
    content: "";
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
@ -72,12 +73,6 @@
 | 
			
		||||
  .navbar {
 | 
			
		||||
    display: none;
 | 
			
		||||
  }
 | 
			
		||||
  .table {
 | 
			
		||||
    td,
 | 
			
		||||
    th {
 | 
			
		||||
      background-color: #fff !important;
 | 
			
		||||
    }
 | 
			
		||||
  }
 | 
			
		||||
  .btn,
 | 
			
		||||
  .dropup > .btn {
 | 
			
		||||
    > .caret {
 | 
			
		||||
@ -90,6 +85,11 @@
 | 
			
		||||
 | 
			
		||||
  .table {
 | 
			
		||||
    border-collapse: collapse !important;
 | 
			
		||||
 | 
			
		||||
    td,
 | 
			
		||||
    th {
 | 
			
		||||
      background-color: #fff !important;
 | 
			
		||||
    }
 | 
			
		||||
  }
 | 
			
		||||
  .table-bordered {
 | 
			
		||||
    th,
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user