mirror of
				https://github.com/bklang/ldap2dns.git
				synced 2025-11-04 00:43:13 -05:00 
			
		
		
		
	+ Fixed bug with duplicate OIDs in dns.schema from partially applied patch + Renamed schema file to ldap2dns.schema + Updated RPM specfile (UNTESTED, may need editing) + Removed already merged patchfiles + Restructured file layout, created doc directory + Deprecated unfinished webadmin work. Will be replaced with Beatnik + Deprecated OpenLDAP 2.0 schema support + Deprecated djbdns-1.0.5 native LDAP patch (status of patch unknown) + Removed old index.html + Removed TODO.schema + Updated Makefile git-svn-id: https://svn.alkaloid.net/gpl/ldap2dns/trunk@124 06cd67b6-e706-0410-b29e-9de616bca6e9
		
			
				
	
	
		
			38 lines
		
	
	
		
			527 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
			
		
		
	
	
			38 lines
		
	
	
		
			527 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
A {
 | 
						|
	text-decoration: none;
 | 
						|
}
 | 
						|
 | 
						|
A:link {
 | 
						|
	font-family: Verdana, Arial, Helvetica, sans-serif; 
 | 
						|
	font-size: 10px; 
 | 
						|
	color: black;
 | 
						|
}
 | 
						|
 | 
						|
A:visited {
 | 
						|
	font-family: Verdana, Arial, Helvetica, sans-serif; 
 | 
						|
	font-size: 10px; 
 | 
						|
	color: #222222;
 | 
						|
}
 | 
						|
 | 
						|
A:hover {
 | 
						|
	text-decoration: underline;
 | 
						|
}
 | 
						|
 | 
						|
BODY, TD {
 | 
						|
	font-family: Verdana,Arial,Helvetica;
 | 
						|
	font-size: 10pt;
 | 
						|
	background-color: lightgrey;
 | 
						|
	color: black;
 | 
						|
}
 | 
						|
 | 
						|
SMALL {
 | 
						|
	font-family: Verdana,Arial,Helvetica;
 | 
						|
	font-size: 8pt;
 | 
						|
}
 | 
						|
 | 
						|
BIG {
 | 
						|
	font-family: Verdana,Arial,Helvetica;
 | 
						|
	font-size: 14pt;
 | 
						|
}
 | 
						|
 |