Added back line separators between lists of content items in the admin. Work item: 16996

--HG--
branch : dev
This commit is contained in:
Jonathan Wall
2010-12-09 15:06:56 -08:00
parent 0042b49dd7
commit 9d61b3d090
2 changed files with 2 additions and 0 deletions

View File

@@ -1,5 +1,6 @@
.orchard-contenttypes #main h2 {
margin:1.5em 0 0;
border-bottom:1px solid #ccc;
}
#main .properties p {

View File

@@ -748,6 +748,7 @@ table.items th, table.items td {
margin:0;
overflow:hidden;
padding:0 1.4em .8em;
border-bottom:1px solid #eaeaea;
}
.contentItems li.last {
border-bottom:none;