NarrativeWeb: Fixed Address Book not creating page if there was no address. Stylesheets: Cleanup to correctly show AddressBookList.
svn: r14744
This commit is contained in:
		@@ -799,33 +799,6 @@ div#RepositoryList table.repolist tbody tr td.ColumnName {
 | 
			
		||||
    background-color: #FFF;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
/* Internet Address Book
 | 
			
		||||
------------------------------------------------------ */
 | 
			
		||||
div#InternetAddressBook {
 | 
			
		||||
    margin: 0;
 | 
			
		||||
    padding: 0;
 | 
			
		||||
}
 | 
			
		||||
div#InternetAddressBook table.addressbook {
 | 
			
		||||
    margin: .3em 0 .3em 0;
 | 
			
		||||
}
 | 
			
		||||
div#InternetAddressBook table.addressbook tbody tr.BeginName {
 | 
			
		||||
    border-top: solid 1px #000;
 | 
			
		||||
}
 | 
			
		||||
div#InternetAddressBook table.addressbook tbody tr td {
 | 
			
		||||
    background-color: #FFF;
 | 
			
		||||
    border-bottom: dashed 1px #000;
 | 
			
		||||
}
 | 
			
		||||
div#InternetAddressBook table.addressbook tbody tr td.ColumnType {
 | 
			
		||||
    background-color: #CCC;
 | 
			
		||||
    width: 15%;
 | 
			
		||||
}
 | 
			
		||||
div#InternetAddressBook table.addressbook tbody tr td.ColumnName {
 | 
			
		||||
    width: 30%;
 | 
			
		||||
}
 | 
			
		||||
div#InternetAddressBook table.addressbook tbody tr td.ColumnLink {
 | 
			
		||||
    width: 70%;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
/* Address Book
 | 
			
		||||
------------------------------------------------------ */
 | 
			
		||||
div#AddressBookList, AddressBookDetail {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user