Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for LI (0.15 sec)

  1. src/main/webapp/css/style.css

    .searchButtonBox {
    	margin-top: 1em;
    }
    
    /* search */
    
    :first-child.list-group-item {
    	border-radius: 0px;
    }
    
    :last-child.list-group-item {
    	border-radius: 0px;
    }
    
    #result ol li {
    	margin: 1em 0;
    }
    
    #result ol li:first-child {
    	margin-top: 0;
    }
    
    #result .title a:visited {
    	color: #014c8c;
    }
    
    #result .body {
    	display: flex;
    	align-items: flex-start;
    }
    
    CSS
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Thu Jun 02 11:39:35 GMT 2022
    - 2K bytes
    - Viewed (2)
Back to top